AdornmentLayerDefinition Class
Provides a definition that is used when creating a new IAdornmentLayer.
public sealed class AdornmentLayerDefinition : IOrderable, IKeyedObject
- Inheritance:
- object object
- Implements:
- IOrderable IKeyedObject
Constructors
AdornmentLayerDefinition(string)
Initializes an instance of the class.
public AdornmentLayerDefinition(string key)
| Parameter | Type | Description |
|---|---|---|
| key | string | The string-based key that identifies the layer. |
AdornmentLayerDefinition(string, params Ordering[])
Initializes an instance of the class.
public AdornmentLayerDefinition(string key, params Ordering[] orderings)
| Parameter | Type | Description |
|---|---|---|
| key | string | The string-based key that identifies the layer. |
| orderings | Ordering[] | The collection of Ordering objects, used to determine how this object is positioned relative to other objects. |
AdornmentLayerDefinition(string, IEnumerable<Ordering>)
Initializes an instance of the class.
public AdornmentLayerDefinition(string key, IEnumerable<Ordering> orderings)
| Parameter | Type | Description |
|---|---|---|
| key | string | The string-based key that identifies the layer. |
| orderings | IEnumerable<Ordering> | The collection of Ordering objects, used to determine how this object is positioned relative to other objects. |
Properties
Key
The string-based key that identifies the object.
Orderings
The collection of Ordering objects, used to determine how this object is positioned relative to other objects.
Inherited Members
- object.GetType()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()