CornerRadiusFilterConverter Class

Summary

Converts an existing CornerRadius struct to a new CornerRadius struct, with filters applied to extract only the specified fields, leaving the others set to 0.
Namespace
Avalonia.Controls.Converters
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IValueConverter"] click Interface0 "/api/Avalonia.Data.Converters/IValueConverter" Type["CornerRadiusFilterConverter"] class Type type-node

Syntax

public class CornerRadiusFilterConverter : IValueConverter

Properties

Name Value Summary
Filter CornerRadiusFilterKinds
Gets or sets the type of the filter applied to the CornerRadiusFilterConverter.
Scale double
Gets or sets the scale multiplier applied to the CornerRadiusFilterConverter.

Methods