FormatInfo Members
Contains information about the format.Constructors
| Name | Description |
|---|---|
| FormatInfo() | Initializes a new instance of the FormatInfo class with default settings. |
Fields
| Name | Description |
|---|---|
| DescriptionProperty static | Identifies the FormatInfo.Description dependency property. |
| DisplayNameProperty static | Identifies the FormatInfo.DisplayName dependency property. |
| FormatNameProperty static | Identifies the FormatInfo.FormatName dependency property. |
| FormatProperty static | Identifies the FormatInfo.Format dependency property. |
| GroupNameProperty static | Identifies the FormatInfo.GroupName dependency property. |
| IconProperty static | Identifies the FormatInfo.Icon dependency property. |
Properties
| Name | Description |
|---|---|
| Description | Specifies the description of the format. This is a dependency property. |
| DisplayName | Specifies the display name of the format. This is a dependency property. |
| Format | Specifies the format. This is a dependency property. |
| FormatName | Gets or sets the name of the format. This is a dependency property. |
| GroupName | Specifies the name of the group to which the format is assigned. This is a dependency property. |
| Icon | Specifies the icon for the format. This is a dependency property. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns the textual representation of the FormatInfo. |
See Also