CADability dotNET
Fully implements Style. Stores the style in a private member. Setting raises the WillChangeEvent and DidChangeEvent.

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

Syntax

C#
public virtual Style Style { get; set; }
Visual Basic
Public Overridable Property Style As Style
	Get
	Set
Visual C++
public:
virtual property Style^ Style {
	Style^ get ();
	void set (Style^ value);
}

Implements

IStyle..::..Style

See Also