RenderOptions Class
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.
Provides options for controlling the rendering behavior of objects.
public ref class RenderOptions abstract sealed
public static class RenderOptions
type RenderOptions = class
Public Class RenderOptions
- Inheritance
-
RenderOptions
You can use the attached properties of the RenderOptions class to specify options for the rendering of text and visual elements in your WPF application. These options enable you to optimize rendering for speed or quality.
Bitmap |
Identifies the BitmapScalingMode attached property. |
Cache |
Identifies the CacheInvalidationThresholdMaximum attached property. |
Cache |
Identifies the CacheInvalidationThresholdMinimum attached property. |
Caching |
Identifies the CachingHint attached property. |
Clear |
Identifies the ClearTypeHint attached property. |
Edge |
Identifies the EdgeMode attached property. |
Process |
Specifies the render mode preference for the current process. |
Bitmap |
Gets or sets the BitmapScalingMode for a given DependencyObject. |
Cache |
Gets or sets the cache invalidation threshold maximum value for a given DependencyObject. |
Cache |
Gets or sets the cache invalidation threshold minimum value for a given DependencyObject. |
Caching |
Gets or sets a value that indicates that rendered content should be cached when possible. |
Clear |
Gets or sets a value that indicates to the rendering engine whether text can be rendered with ClearType. |
Edge |
Gets or sets the EdgeMode enumeration value for a non-text primitive that determines how its edges are rendered. |
Get |
Returns the value of the BitmapScalingMode attached property for a specified dependency object. |
Get |
Returns the value of the CacheInvalidationThresholdMaximum attached property for a specified dependency object. |
Get |
Returns the value of the CacheInvalidationThresholdMinimum attached property for a specified dependency object. |
Get |
Returns the value of the CachingHint attached property for a specified dependency object. |
Get |
Gets the value of the ClearTypeHint attached property of the specified element. |
Get |
Returns the value of the EdgeMode attached property for a specified dependency object. |
Set |
Sets the value of the BitmapScalingMode attached property on a specified dependency object. |
Set |
Sets the value of the CacheInvalidationThresholdMaximum attached property on a specified dependency object. |
Set |
Sets the value of the CacheInvalidationThresholdMinimum attached property on a specified dependency object. |
Set |
Sets the value of the CachingHint attached property on a specified dependency object. |
Set |
Sets the value of the ClearTypeHint attached property of the specified element. |
Set |
Sets the value of the EdgeMode attached property on a specified dependency object. |
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: