Controller |
[SerializableAttribute] public class ControllerTemplateElementIdentifier
The ControllerTemplateElementIdentifier type exposes the following members.
Name | Description | |
---|---|---|
![]() | ControllerTemplateElementIdentifier | Initializes a new instance of the ControllerTemplateElementIdentifier class |
![]() | ControllerTemplateElementIdentifier(ControllerTemplateElementIdentifier) | Initializes a new instance of the ControllerTemplateElementIdentifier class |
Name | Description | |
---|---|---|
![]() | elementType | |
![]() | glyph | The glyph for the element identifier. This will only return a glyph if a glyph provider is in use and a glyph has been defined for this element identifier. |
![]() | id | |
![]() | key | The key of the element identifier. This is used for localization and glyph lookup. |
![]() | name | The name of the element identifier. The returned value will be localized if localization is in use. |
![]() | negativeGlyph | The glyph for the negative axis of the element identifier. This will only return a glyph if a glyph provider is in use and a glyph has been defined for this element identifier. |
![]() | negativeKey | The key of the negative axis of the element identifier, if any. This is used for localization and glyph lookup. |
![]() | negativeName | The name of the negative axis of the element identifier, if any. If this is an axis element and no negative name was defined, name will be returned with a - suffix appended. The returned value will be localized if localization is in use. |
![]() | positiveGlyph | The glyph for the positive axis of the element identifier. This will only return a glyph if a glyph provider is in use and a glyph has been defined for this element identifier. |
![]() | positiveKey | The key of the positive axis of the element identifier, if any. This is used for localization and glyph lookup. |
![]() | positiveName | The name of the positive axis of the element identifier, if any. If this is an axis element and no positive name was defined, name will be returned with a + suffix appended. The returned value will be localized if localization is in use. |
Name | Description | |
---|---|---|
![]() | Clone | |
![]() | GetDisplayName | Gets the display name for the specified axis range. |
![]() | GetFinalGlyphKey | Gets the full glyph key path for the specified range. This will only return a value if a glyph was found. |
![]() | GetGlyph | Gets the glyph for the specified axis range. |
Name | Description | |
---|---|---|
![]() | _key | |
![]() | _negativeKey | |
![]() | _positiveKey |