Class UIMargins
Represents the UI margins.
Inheritance
System.Object
UIMargins
Namespace: Telerik.Windows.Controls.Spreadsheet.Margins
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class UIMargins : Object
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. |