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
PaneColumnGridLengthProperty
public static readonly StyledProperty<GridLength> PaneColumnGridLengthProperty
Field Value
Properties
ClosedPaneWidth
public double ClosedPaneWidth { get; }
Property Value
PaneColumnGridLength
public GridLength PaneColumnGridLength { get; }