FontSettings Members
In This Article
#Constructors
Name | Description |
---|---|
Font |
Initializes a new instance of the Font |
#Properties
Name | Description |
---|---|
Default static | Provides access to the default font settings. |
Font |
Gets or sets the family of the specified font. |
Font |
Gets or sets the size of the specified font. |
Font |
Gets or sets the degree to which a font is condensed or expanded on the screen. |
Font |
Gets or sets the style of the specified font. |
Font |
Gets or sets the weight or thickness of the specified font. |
#Methods
Name | Description |
---|---|
Add |
Adds the specified control to the list of owners of the current settings. |
Check |
Checks the font settings of the specified control and updates the property values, if necessary, according to the current settings. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified control from the list of owners of the current settings. |
Set |
Sets the specified dependency property on the specified control according to the value contained the current settings, or clears the dependency property if the corresponding value is not specified in the current settings. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Property |
Occurs when a property value changes. |
Weak |
Occurs when a property value changes. |
See Also