CADability dotNET
Gets or sets the text displayed in the label of this IShowProperty. The default label is set by the resourceId. Use this property if you set LabelIsEditable to true.

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

Syntax

C#
public override string LabelText { get; set; }
Visual Basic
Public Overrides Property LabelText As String
	Get
	Set
Visual C++
public:
virtual property String^ LabelText {
	String^ get () override;
	void set (String^ value) override;
}

Implements

IShowProperty..::..LabelText

See Also