Click or drag to resize

DrawingStyleItem Property

Gets a reference to the Style object

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public Style this[
	string name
] { get; }

Parameters

name
Type: SystemString
A string that represents a name of the Style object

Return Value

Type: Style
A reference to the Style object
See Also