Skip to main content

RenderOptions Structure

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public readonly struct RenderOptions : IEquatable<RenderOptions>
View Source
InheritanceObjectValueType → RenderOptions
ImplementsIEquatable(RenderOptions)

Properties

BitmapBlendingMode 
BitmapInterpolationMode 
EdgeMode 
RequiresFullOpacityHandling 
TextRenderingMode 

Methods

GetBitmapBlendingMode(Visual)Gets the value of the BitmapBlendingMode attached property for a visual.
GetBitmapInterpolationMode(Visual)Gets the value of the BitmapInterpolationMode attached property for a visual.
GetEdgeMode(Visual)Gets the value of the EdgeMode attached property for a visual.
GetRequiresFullOpacityHandling(Visual)Gets the value of the RequiresFullOpacityHandling attached property for a visual.
GetTextRenderingMode(Visual)Gets the value of the TextRenderingMode attached property for a visual.
GetType()Gets the Type of the current instance.
(Inherited from Object)
MergeWith(RenderOptions) 
SetBitmapBlendingMode(Visual, BitmapBlendingMode)Sets the value of the BitmapBlendingMode attached property for a visual.
SetBitmapInterpolationMode(Visual, BitmapInterpolationMode)Sets the value of the BitmapInterpolationMode attached property for a visual.
SetEdgeMode(Visual, EdgeMode)Sets the value of the EdgeMode attached property for a visual.
SetRequiresFullOpacityHandling(Visual, Nullable(Boolean))Sets the value of the RequiresFullOpacityHandling attached property for a visual.
SetTextRenderingMode(Visual, TextRenderingMode)Sets the value of the TextRenderingMode attached property for a visual.

See Also

Reference

Avalonia.Media Namespace