New to Telerik UI for WPFStart a free 30-day trial

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; }
Property Value:

The left UI margins collection.

Gets the top UI margins collection.

C#
public UIMarginCollection Top { get; }
Property Value:

The top UI margins collection.

Methods

Clears the children.

C#
public void ClearChildren()

Sets the owner.

C#
public void SetOwner(IUILayerOwner owner)
Parameters:ownerIUILayerOwner

The owner.

Updates the UI.

C#
public void UpdateUI(UIUpdateContext updateContext)
Parameters:updateContextUIUpdateContext

The update context.