DevPictureBoxImageDisplaySize Property
Gets the size of the image as it is shown in the control.
Namespace: DevCase.UI.ControlsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[TypeConverterAttribute(typeof(SizeConverter))]
public Size ImageDisplaySize { get; }
<BrowsableAttribute(true)>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
<TypeConverterAttribute(GetType(SizeConverter))>
Public ReadOnly Property ImageDisplaySize As Size
Get
Dim instance As DevPictureBox
Dim value As Size
value = instance.ImageDisplaySize
public:
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Visible)]
[TypeConverterAttribute(typeof(SizeConverter))]
property Size ImageDisplaySize {
Size get ();
}
[<BrowsableAttribute(true)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
[<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>]
[<TypeConverterAttribute(typeof(SizeConverter))>]
member ImageDisplaySize : Size with get
No code example is currently available or this language may not be supported.
Property Value
Size
The size of the image as it is shown in the control.