FormatInfo Properties
Contains information about the format.| Name | Description |
|---|---|
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Description | Specifies the description of the format. This is a dependency property. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| 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. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
See Also