public bool ShowGauge {get; set;}
public: __property bool get_ShowGauge(); public: __property void set_ShowGauge( bool value );
public: property bool ShowGauge { bool get(); void set ( bool value); }
'Declaration Public Property ShowGauge As Boolean
'Usage Dim instance As ProtractorToolbarDefaults Dim value As Boolean instance.ShowGauge = value value = instance.ShowGauge
ProtractorToolbarDefaults Class ProtractorToolbarDefaults Members
©2019. Accusoft Corporation. All Rights Reserved.