Interface IVisualLayoutPart
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface IVisualLayoutPart
Properties
Declaration
RectangleF Bounds { get; }
Property Value
|
System.Drawing.RectangleF
|
Declaration
SizeF DesiredSize { get; }
Property Value
Declaration
Padding Margin { get; set; }
Property Value
|
System.Windows.Forms.Padding
|
Declaration
Padding Padding { get; set; }
Property Value
|
System.Windows.Forms.Padding
|
Methods
Declaration
SizeF Arrange(RectangleF bounds)
Parameters
|
System.Drawing.RectangleF
bounds
|
Returns
Declaration
SizeF Measure(SizeF availableSize)
Parameters
|
System.Drawing.SizeF
availableSize
|
Returns
Extension Methods