This documentation is archived and is not being maintained.
RenderOptions Class
Visual Studio 2010
Provides options for controlling the rendering behavior of objects.
Assembly: PresentationCore (in PresentationCore.dll)
The RenderOptions type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BitmapScalingMode | Gets or sets the BitmapScalingMode for a given DependencyObject. |
![]() | CacheInvalidationThresholdMaximum | Gets or sets the cache invalidation threshold maximum value for a given DependencyObject. |
![]() | CacheInvalidationThresholdMinimum | Gets or sets the cache invalidation threshold minimum value for a given DependencyObject. |
![]() | CachingHint | Gets or sets a value that indicates that rendered content should be cached when possible. |
![]() | ClearTypeHint | Gets or sets a value that indicates to the rendering engine whether text can be rendered with ClearType. |
![]() | EdgeMode | Gets or sets the EdgeMode enumeration value for a non-text primitive that determines how its edges are rendered. |
| Name | Description | |
|---|---|---|
![]() ![]() | GetBitmapScalingMode | Returns the value of the BitmapScalingMode attached property for a specified dependency object. |
![]() ![]() | GetCacheInvalidationThresholdMaximum | Returns the value of the CacheInvalidationThresholdMaximum attached property for a specified dependency object. |
![]() ![]() | GetCacheInvalidationThresholdMinimum | Returns the value of the CacheInvalidationThresholdMinimum attached property for a specified dependency object. |
![]() ![]() | GetCachingHint | Returns the value of the CachingHint attached property for a specified dependency object. |
![]() ![]() | GetClearTypeHint | Gets the value of the ClearTypeHint attached property of the specified element. |
![]() ![]() | GetEdgeMode | Returns the value of the EdgeMode attached property for a specified dependency object. |
![]() ![]() | SetBitmapScalingMode | Sets the value of the BitmapScalingMode attached property on a specified dependency object. |
![]() ![]() | SetCacheInvalidationThresholdMaximum | Sets the value of the CacheInvalidationThresholdMaximum attached property on a specified dependency object. |
![]() ![]() | SetCacheInvalidationThresholdMinimum | Sets the value of the CacheInvalidationThresholdMinimum attached property on a specified dependency object. |
![]() ![]() | SetCachingHint | Sets the value of the CachingHint attached property on a specified dependency object. |
![]() ![]() | SetClearTypeHint | Sets the value of the ClearTypeHint attached property of the specified element. |
![]() ![]() | SetEdgeMode | Sets the value of the EdgeMode attached property on a specified dependency object. |
| Name | Description | |
|---|---|---|
![]() ![]() | BitmapScalingModeProperty | Identifies the BitmapScalingMode attached property. |
![]() ![]() | CacheInvalidationThresholdMaximumProperty | Identifies the CacheInvalidationThresholdMaximum attached property. |
![]() ![]() | CacheInvalidationThresholdMinimumProperty | Identifies the CacheInvalidationThresholdMinimum attached property. |
![]() ![]() | CachingHintProperty | Identifies the CachingHint attached property. |
![]() ![]() | ClearTypeHintProperty | Identifies the ClearTypeHint attached property. |
![]() ![]() | EdgeModeProperty | Identifies the EdgeMode attached property. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
