|
BuilderElementcanBuckle Property
|
Gets or sets a value indicating whether can buckle.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic virtual bool canBuckle { get; set; }Public Overridable Property canBuckle As Boolean
Get
Set
public:
virtual property bool canBuckle {
bool get ();
void set (bool value);
}abstract canBuckle : bool with get, set
override canBuckle : bool with get, set
Property Value
Type:
Boolean
See Also