FontScaling Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class used to attach a pre-scaled font size to an element. This is necessary if you want to apply a conversion (such as scaling) to the font size when the font size is coming from a dynamic resource, since {DynamicResource} does not allow for a converter to be applied to the value.
public ref class FontScaling abstract sealed
public ref class FontScaling abstract sealed
class FontScaling abstract sealed
public static class FontScaling
type FontScaling = class
Public Class FontScaling
- Inheritance
-
FontScaling
Fields
PreScaledFontSizeProperty |
Microsoft internal use only. |
Attached Properties
PreScaledFontSize |
Microsoft internal use only. |
Methods
GetPreScaledFontSize(DependencyObject) |
Microsoft internal use only. |
SetPreScaledFontSize(DependencyObject, Double) |
Microsoft internal use only. |