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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public 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