ClassVisualElementLayoutPart
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class VisualElementLayoutPart : IVisualLayoutPart
Inheritance: objectVisualElementLayoutPart
Derived Classes:
Implements:
Constructors
VisualElementLayoutPart(LightVisualElement)
Declaration
cs-api-definition
public VisualElementLayoutPart(LightVisualElement owner)
Parameters
owner
Properties
Bounds
Declaration
cs-api-definition
public RectangleF Bounds { get; }
Property Value
Implements
DesiredSize
Declaration
cs-api-definition
public SizeF DesiredSize { get; set; }
Property Value
Implements
Owner
Declaration
cs-api-definition
public LightVisualElement Owner { get; }
Property Value
Methods
Arrange(RectangleF)
Declaration
cs-api-definition
public virtual SizeF Arrange(RectangleF bounds)
Parameters
bounds
Returns
Implements