CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
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.UserInterfaceAssembly: 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; } |