FontOptionsViewModel Members
A ViewModel that provides font options used in a report style.Constructors
| Name | Description |
|---|---|
| FontOptionsViewModel(String, Color, Double, FontStyle, FontWeight) | Initializes a new instance of the FontOptionsViewModel class with specified settings. |
Properties
| Name | Description |
|---|---|
| FontColor | Gets the font color for a report style. |
| FontFamily | Gets the font family for a report style. |
| FontSize | Gets the font size for a report style. |
| FontStyle | Gets the font style for a report style. |
| FontWeight | Gets the font weight for a report style. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also