[]
Represents a space on a Layer with an associated LayoutRect.
public class Space
Public Class Space
Name | Description |
---|---|
ID | Gets the ID of the space. Automatic IDs are negative, custom IDs are positive. |
IsDetached | Gets true if this Space is not associated with any Layer, false otherwise. |
Layer | Gets the owner Layer. |
LayoutRect | Gets a LayoutRect associated with this Space, or null for a Visual without the associated rectangle. |
Name | Gets or sets the name of this Space. |
Tag | Gets or sets an object that contains arbitrary data associated with this space. |
Name | Description |
---|---|
Detach() | |
ToString() | Returns a string that represents the current Space. |