[]
Represents a space on a Layer with an associated LayoutRect.
public class Space
Gets the ID of the space. Automatic IDs are negative, custom IDs are positive.
public int ID { get; }
public bool IsDetached { get; }
Gets the owner Layer.
public Layer Layer { get; }
Gets a LayoutRect associated with this Space, or null for a Visual without the associated rectangle.
public LayoutRect LayoutRect { get; }
Gets or sets the name of this Space.
public string Name { get; set; }
Gets or sets an object that contains arbitrary data associated with this space.
public object Tag { get; set; }
public virtual void Detach()
Returns a string that represents the current Space.
public override string ToString()