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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class VisualElementLayoutPart : IVisualLayoutPart

Inheritance: objectVisualElementLayoutPart

Derived Classes: ImagePartLayoutManagerPartTextPart

Implements: IVisualLayoutPart

Constructors

C#
public VisualElementLayoutPart(LightVisualElement owner)
Parameters:ownerLightVisualElement

Properties

C#
public RectangleF Bounds { get; }

Implements: IVisualLayoutPart.Bounds

C#
public SizeF DesiredSize { get; set; }

Implements: IVisualLayoutPart.DesiredSize

C#
public Padding Margin { get; set; }

Implements: IVisualLayoutPart.Margin

C#
public LightVisualElement Owner { get; }
C#
public Padding Padding { get; set; }

Implements: IVisualLayoutPart.Padding

Methods

C#
public virtual SizeF Arrange(RectangleF bounds)
Parameters:boundsRectangleFReturns:

SizeF

Implements: IVisualLayoutPart.Arrange(RectangleF)

C#
public virtual SizeF Measure(SizeF availableSize)
Parameters:availableSizeSizeFReturns:

SizeF

Implements: IVisualLayoutPart.Measure(SizeF)