EdgeValue

Description of the EdgeValue property.

O que é?

The EdgeValue is responsible for setting an offset value relative to its closest sibling or parent. It is used in the margin, padding and position properties of Style.

Its structure is represented as shown below:

AttributeTypeMandatoryDefinition
leftUnitValueSets a left offset value relative to its closest sibling or parent.
topUnitValueSets a top offset value relative to its closest sibling or parent.
rightUnitValueSets a right offset value relative to its closest sibling or parent.
bottomUnitValueSets a bottom offset value relative to its closest sibling or parent.
horizontalUnitValueSets a left and right offset value relative to its closest sibling or parent.
verticalUnitValueDSets a top and bottom offset value relative to its closest sibling or parent.
allUnitValueSets offset value to all directions relative to its closest sibling or parent.

Como usar?


Last modified March 4, 2022: Fix/updates misc docs 2.0 (#852) (58275b51)