RenderOptions Class

Namespace
Avalonia.Media
Base Types
  • object
graph BT Type-->Base0["object"] Type["RenderOptions"] class Type type-node

Syntax

public class RenderOptions

Fields

Name Constant Value Summary
BitmapInterpolationModeProperty
Defines the BitmapInterpolationMode property.
static

Methods

Name Value Summary
GetBitmapInterpolationMode(AvaloniaObject) BitmapInterpolationMode
Gets the value of the BitmapInterpolationMode attached property for a control.
static
SetBitmapInterpolationMode(AvaloniaObject, BitmapInterpolationMode) void
Sets the value of the BitmapInterpolationMode attached property for a control.
static