RubberBandVisibility Property |
Gets or sets a value indicating if the RubberBand is hidden or visible on initial
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 VisibilityStyle Visibility { get; set; }
Public Property Visibility As VisibilityStyle
Get
Set
Property Value
Type:
VisibilityStyle A value indicating if the RubberBand is hidden or visible on initial page load.
Remarks This property uses the style attribute 'visibility' and only has an affect if Visible is true. Use the
Visible or Enabled property to prevent rendering the client side code to draw the RubberBand.
Visibility is used to hide the rubberband, but still allow it to be displayed.
See Also