Gets or sets a value that indicates whether to display the length of this
AnnCrossProductObject object.
public virtual bool ShowLength {get; set;}
'Declaration
Public Overridable Property ShowLength As Boolean
'Usage
Dim instance As AnnCrossProductObject
Dim value As Boolean
instance.ShowLength = value
value = instance.ShowLength
public:
virtual property bool ShowLength {
bool get();
void set ( bool value);
}
Property Value
true to show the length of this
AnnCrossProductObject object; false otherwise.