CADability dotNET
Returns the type of the label, see ShowPropertyLabelFlags.

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
ShowPropertyLabelFlags LabelType { get; }
Visual Basic
ReadOnly Property LabelType As ShowPropertyLabelFlags
	Get
Visual C++
property ShowPropertyLabelFlags LabelType {
	ShowPropertyLabelFlags get ();
}

See Also