CADability dotNET
Implementation of LabelType. Returns Selectable

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

Syntax

C#
public virtual ShowPropertyLabelFlags LabelType { get; }
Visual Basic
Public Overridable ReadOnly Property LabelType As ShowPropertyLabelFlags
	Get
Visual C++
public:
virtual property ShowPropertyLabelFlags LabelType {
	ShowPropertyLabelFlags get ();
}

Implements

IShowProperty..::..LabelType

See Also