UIMargins
Class
Represents the UI margins.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Margins
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class UIMargins
Inheritance: objectUIMargins
Properties
Gets the left UI margins collection.
C#
public UIMarginCollection Left { get; }
The left UI margins collection.
Gets the top UI margins collection.
C#
public UIMarginCollection Top { get; }
The top UI margins collection.
Methods
Clears the children.
C#
public void ClearChildren()
Sets the owner.
Updates the UI.
C#
public void UpdateUI(UIUpdateContext updateContext)
The update context.