DevPictureBoxSelectionRectangle Property
Gets the selection rectangle.
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)]
public Rectangle SelectionRectangle { get; }
<BrowsableAttribute(true)>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public ReadOnly Property SelectionRectangle As Rectangle
Get
Dim instance As DevPictureBox
Dim value As Rectangle
value = instance.SelectionRectangle
public:
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
property Rectangle SelectionRectangle {
Rectangle get ();
}
[<BrowsableAttribute(true)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
member SelectionRectangle : Rectangle with get
No code example is currently available or this language may not be supported.
Property Value
Rectangle
The selection rectangle.