Class
UIMargins

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

UIMarginCollection

The left UI margins collection.

Top

Gets the top UI margins collection.

Declaration

cs-api-definition
public UIMarginCollection Top { get; }

Property Value

UIMarginCollection

The top UI margins collection.

Methods

ClearChildren()

Clears the children.

Declaration

cs-api-definition
public void ClearChildren()

SetOwner(IUILayerOwner)

Sets the owner.

Declaration

cs-api-definition
public void SetOwner(IUILayerOwner owner)

Parameters

owner

IUILayerOwner

The owner.

UpdateUI(UIUpdateContext)

Updates the UI.

Declaration

cs-api-definition
public void UpdateUI(UIUpdateContext updateContext)

Parameters

updateContext

UIUpdateContext

The update context.