public bool ShowLength {get; set;}
public: __property bool get_ShowLength(); public: __property void set_ShowLength( bool value );
public: property bool ShowLength { bool get(); void set ( bool value); }
'Declaration Public Property ShowLength As Boolean
'Usage Dim instance As RulerToolbarDefaults Dim value As Boolean instance.ShowLength = value value = instance.ShowLength
true
false
RulerToolbarDefaults Class RulerToolbarDefaults Members
©2019. Accusoft Corporation. All Rights Reserved.