ClassUIMargins
Class
Represents the UI margins.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Margins
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class UIMargins
Inheritance: objectUIMargins
Properties
Left
Gets the left UI margins collection.
Declaration
cs-api-definition
public UIMarginCollection Left { get; }
Property Value
The left UI margins collection.
Top
Gets the top UI margins collection.
Declaration
cs-api-definition
public UIMarginCollection Top { get; }
Property Value
The top UI margins collection.
Methods
SetOwner(IUILayerOwner)
Sets the owner.
Declaration
cs-api-definition
public void SetOwner(IUILayerOwner owner)
Parameters
owner
The owner.
UpdateUI(UIUpdateContext)
Updates the UI.
Declaration
cs-api-definition
public void UpdateUI(UIUpdateContext updateContext)
Parameters
updateContext
The update context.