Layer |
public class LayerReference : ICloneable
The LayerReference type exposes the following members.
| Name | Description | |
|---|---|---|
| LayerReference | Constructor. | |
| LayerReference(Layer) | Constructor. | |
| LayerReference(String) | Constructor. |
| Name | Description | |
|---|---|---|
| AsParent | Whether the layer being referenced is the same as the parent visual's layer. | |
| Name | The name of the layer being referenced. |
| Name | Description | |
|---|---|---|
| Clone | Clones the LayerReference, returning the copy. | |
| Equals |
Whether the specified layer reference references the same layer as this layer reference.
(Overrides ObjectEquals(Object)) | |
| GetHashCode |
Generates a hash code.
(Overrides ObjectGetHashCode) | |
| Read | ||
| ToString |
String representation of the layer being referenced.
(Overrides ObjectToString) | |
| Write |
| Name | Description | |
|---|---|---|
| Equality(LayerReference, LayerReference) | Whether the two specified layer references reference the same layer. | |
| (Layer to LayerReference) | Explicit conversion from a layer. | |
| (String to LayerReference) | Explicit conversion from string (layer name). | |
| Inequality(LayerReference, LayerReference) | Whether the two specified layer references reference different layers. |