Gets or sets the size of the element which is the height and width of the visual
rectangle that would contain the graphics of the element. Size corresponds to
element's Bounds.Size. When the
AutoSize property is set
to true setting the Size property to some value has no effect.
Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2018.1.220.40 (2018.1.220.40)
Syntax[BrowsableAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public virtual Size Size { get; set; }
<BrowsableAttribute(true)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Overridable Property Size As Size
Get
Set
Property Value
Type:
Size
See Also