RubberBandVisible Property |
Indicates whether the RubberBand is visible on page
load.
Namespace:
Atalasoft.Imaging.WebControls
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic override bool Visible { get; }Public Overrides ReadOnly Property Visible As Boolean
Get
Property Value
Type:
Booleantrue if the RubberBand is visible; otherwise, false. The default is false.
See Also