In This Article

WindowControl.WindowControlTemplateSettings Class

Provides calculated values for use with the WindowControl's control theme or template.

public class WindowControl.WindowControlTemplateSettings : AvaloniaObject
Inheritance:
object AvaloniaObject object

Remarks

This class is NOT intended for general use outside of control templates.

Constructors

WindowControlTemplateSettings()

Initializes an instance of the class.

public WindowControlTemplateSettings()

Properties

InnerCornerRadius

The calculated inner corner radius.

public CornerRadius InnerCornerRadius { get; set; }

Property Value

CornerRadius

Fields

InnerCornerRadiusProperty

Defines the InnerCornerRadius property.

public static readonly StyledProperty<CornerRadius> InnerCornerRadiusProperty

Inherited Members

Extension Methods