Class UIMargins
Represents the UI margins.
Inheritance
System.Object
UIMargins
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Margins
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class UIMargins
Properties
Left
Gets the left UI margins collection.
Declaration
public UIMarginCollection Left { get; }
Property Value
UIMarginCollection
The left UI margins collection. |
Top
Gets the top UI margins collection.
Declaration
public UIMarginCollection Top { get; }
Property Value
UIMarginCollection
The top UI margins collection. |
Methods
ClearChildren()
Clears the children.
Declaration
public void ClearChildren()
SetOwner(IUILayerOwner)
Sets the owner.
Declaration
public void SetOwner(IUILayerOwner owner)
Parameters
IUILayerOwner
owner
The owner. |
UpdateUI(UIUpdateContext)
Updates the UI.
Declaration
public void UpdateUI(UIUpdateContext updateContext)
Parameters
UIUpdateContext
updateContext
The update context. |