In This Article

AdvancedTabControl.AdvancedTabControlTemplateSettings Class

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

public class AdvancedTabControl.AdvancedTabControlTemplateSettings : AvaloniaObject
Inheritance:
object AvaloniaObject object

Remarks

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

Properties

RotatedBorderThickness

The BorderThickness value, but automatically rotated based on the TabStripPlacement.

public Thickness RotatedBorderThickness { get; set; }

Property Value

Thickness:

The default value is 0.

Remarks

This property should not be set, as it will be set internally.

RotatedCornerRadius

The CornerRadius value, but automatically rotated based on the TabStripPlacement.

public CornerRadius RotatedCornerRadius { get; set; }

Property Value

CornerRadius:

The default value is 0.

Remarks

This property should not be set, as it will be set internally.

RotatedHighlightThickness

The HighlightThickness value, but automatically rotated based on the TabStripPlacement.

public Thickness RotatedHighlightThickness { get; set; }

Property Value

Thickness:

The default value is 0.

Remarks

This property should not be set, as it will be set internally.

RotatedPadding

The Padding value, but automatically rotated based on the TabStripPlacement.

public Thickness RotatedPadding { get; set; }

Property Value

Thickness:

The default value is 0.

Remarks

This property should not be set, as it will be set internally.

Fields

RotatedBorderThicknessProperty

Defines the RotatedBorderThickness property.

public static readonly StyledProperty<Thickness> RotatedBorderThicknessProperty

RotatedCornerRadiusProperty

Defines the RotatedCornerRadius property.

public static readonly StyledProperty<CornerRadius> RotatedCornerRadiusProperty

RotatedHighlightThicknessProperty

Defines the RotatedHighlightThickness property.

public static readonly StyledProperty<Thickness> RotatedHighlightThicknessProperty

RotatedPaddingProperty

Defines the RotatedPadding property.

public static readonly StyledProperty<Thickness> RotatedPaddingProperty

Inherited Members

Extension Methods