Provides viewport relative axis values for use with e.g. Css.Value.GetDecimal. They describe what relative units like % are actually relative to (the viewport, in this case).
Properties | |
static CssProperty | X [get] |
A CSS property to use for relativity to the x axis. Note that this is actually just the width property. More... | |
static CssProperty | Y [get] |
A CSS property to use for relativity to the y axis. Note that this is actually just the height property. More... | |
static CssProperty | None [get] |
A CSS property to use for relativity to the y axis. Note that this is actually just the height property. More... | |
Static Private Attributes | |
static CssProperty | _X |
static CssProperty | _Y |
static CssProperty | _None |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticget |
A CSS property to use for relativity to the y axis. Note that this is actually just the height property.
|
staticget |
A CSS property to use for relativity to the x axis. Note that this is actually just the width property.
|
staticget |
A CSS property to use for relativity to the y axis. Note that this is actually just the height property.