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