RadControls for WinForms

Gets or sets the image scaling size.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
[DefaultValueAttribute(typeof(Size), "16,16")]
[BrowsableAttribute(true)]
public Size ImageScalingSize { get; set; }
Visual Basic
<DefaultValueAttribute(GetType(Size), "16,16")> _
<BrowsableAttribute(True)> _
Public Property ImageScalingSize As Size
	Get
	Set

Implements

IComponentTreeHandler..::..ImageScalingSize

See Also