Expose getters and setters for some new properties
The properties include overflow and min/max height/width.
This commit is contained in:
@@ -317,6 +317,12 @@ namespace Facebook.CSSLayout
|
||||
get { return style.flex; }
|
||||
set { updateFloatValue(ref style.flex, value); }
|
||||
}
|
||||
|
||||
public CSSOverflow Overflow
|
||||
{
|
||||
get { return style.overflow; }
|
||||
set { updateDiscreteValue(ref style.overflow, value); }
|
||||
}
|
||||
|
||||
public void SetMargin(CSSSpacingType spacingType, float margin)
|
||||
{
|
||||
|
Reference in New Issue
Block a user