Svg.ViewportAxis Class Reference

Detailed Description

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
 

Member Data Documentation

CssProperty Svg.ViewportAxis._None
staticprivate
CssProperty Svg.ViewportAxis._X
staticprivate
CssProperty Svg.ViewportAxis._Y
staticprivate

Property Documentation

CssProperty Svg.ViewportAxis.None
staticget

A CSS property to use for relativity to the y axis. Note that this is actually just the height property.

CssProperty Svg.ViewportAxis.X
staticget

A CSS property to use for relativity to the x axis. Note that this is actually just the width property.

CssProperty Svg.ViewportAxis.Y
staticget

A CSS property to use for relativity to the y axis. Note that this is actually just the height property.