CADability dotNET Namespace: CADability.Actions
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
bool IShowProperty.Hidden { get; set; } |
| Visual Basic |
|---|
Private Property Hidden As Boolean Implements IShowProperty.Hidden Get Set |
| Visual C++ |
|---|
private: virtual property bool Hidden { bool get () sealed = IShowProperty::Hidden::get; void set (bool value) sealed = IShowProperty::Hidden::set; } |