Class
VisualElementLayoutPart

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class VisualElementLayoutPart : IVisualLayoutPart

Inheritance: objectVisualElementLayoutPart

Derived Classes: ImagePartLayoutManagerPartTextPart

Implements: IVisualLayoutPart

Constructors

VisualElementLayoutPart(LightVisualElement)

Declaration

cs-api-definition
public VisualElementLayoutPart(LightVisualElement owner)

Parameters

owner

LightVisualElement

Properties

Bounds

Declaration

cs-api-definition
public RectangleF Bounds { get; }

Property Value

RectangleF

Implements IVisualLayoutPart.Bounds

DesiredSize

Declaration

cs-api-definition
public SizeF DesiredSize { get; set; }

Property Value

SizeF

Implements IVisualLayoutPart.DesiredSize

Margin

Declaration

cs-api-definition
public Padding Margin { get; set; }

Property Value

Padding

Implements IVisualLayoutPart.Margin

Owner

Declaration

cs-api-definition
public LightVisualElement Owner { get; }

Property Value

LightVisualElement

Padding

Declaration

cs-api-definition
public Padding Padding { get; set; }

Property Value

Padding

Implements IVisualLayoutPart.Padding

Methods

Arrange(RectangleF)

Declaration

cs-api-definition
public virtual SizeF Arrange(RectangleF bounds)

Parameters

bounds

RectangleF

Returns

SizeF

Implements IVisualLayoutPart.Arrange(RectangleF)

Measure(SizeF)

Declaration

cs-api-definition
public virtual SizeF Measure(SizeF availableSize)

Parameters

availableSize

SizeF

Returns

SizeF

Implements IVisualLayoutPart.Measure(SizeF)