Table of Contents

Class SplitViewTemplateSettings

Namespace
Avalonia.Controls.Primitives
Assembly
Avalonia.Controls.dll

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

public class SplitViewTemplateSettings : AvaloniaObject, INotifyPropertyChanged
Inheritance
SplitViewTemplateSettings
Implements
Inherited Members

Remarks

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

Fields

ClosedPaneWidthProperty

public static readonly StyledProperty<double> ClosedPaneWidthProperty

Field Value

StyledProperty<double>

PaneColumnGridLengthProperty

public static readonly StyledProperty<GridLength> PaneColumnGridLengthProperty

Field Value

StyledProperty<GridLength>

Properties

ClosedPaneWidth

public double ClosedPaneWidth { get; }

Property Value

double

PaneColumnGridLength

public GridLength PaneColumnGridLength { get; }

Property Value

GridLength