
|
Bottom
|
Returns the X + Width coordinate in pixels
|

|
Height
|
Specifies the Height as a length with a raw value and a unit.
|

|
Left
|
Returns the X coordinate in pixels
|

|
OnChange
|
Occurs when the view box changes
Write a OnChange event handler to respond to viewbox changes
BeginUpdate and EndUpdate methods control when the OnChange event is triggered.
|

|
Rect
|
Returns the view box as a rectangle in pixels
|

|
Right
|
Returns the Y + Height coordinate in pixels
|

|
Specified
|
Indicates whether the ViewBox property has been specified (and not just default) and should be applied to descendant elements.
|

|
Top
|
Returns the Y coordinate in pixels
|

|
UpdateCount
|
Represents property UpdateCount.
|

|
Width
|
Specifies the Width as a length with a raw value and a unit.
|

|
X
|
Specifies the X coordinate as a length with a raw value and a unit.
|

|
Y
|
Specifies the Y coordinate as a length with a raw value and a unit.
|