public bool IsVisible {get; set;}
'Declaration
Public Property IsVisible As Boolean
'Usage
Dim instance As AnnThumbStyle
Dim value As Boolean
instance.IsVisible = value
value = instance.IsVisible
public bool IsVisible {get; set;}
@property (nonatomic, assign) BOOL isVisible
public boolean isVisible()
public void setVisible(boolean visible)
<br/>get_IsVisible();<br/>set_IsVisible(value);<br/>Object.defineProperty('IsVisible');
Property Value
true if this thumb is visible; otherwise, it is
false. The default value is
true.