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
- AvaloniaObject.CheckAccess()
- AvaloniaObject.VerifyAccess()
- AvaloniaObject.ClearValue(AvaloniaProperty)
- AvaloniaObject.ClearValue<T>(AvaloniaProperty<T>)
- AvaloniaObject.ClearValue<T>(StyledProperty<T>)
- AvaloniaObject.ClearValue<T>(DirectPropertyBase<T>)
- AvaloniaObject.Equals(object)
- AvaloniaObject.GetHashCode()
- AvaloniaObject.GetValue(AvaloniaProperty)
- AvaloniaObject.GetValue<T>(StyledProperty<T>)
- AvaloniaObject.GetValue<T>(DirectPropertyBase<T>)
- AvaloniaObject.GetBaseValue<T>(StyledProperty<T>)
- AvaloniaObject.IsAnimating(AvaloniaProperty)
- AvaloniaObject.IsSet(AvaloniaProperty)
- AvaloniaObject.SetValue(AvaloniaProperty, object, BindingPriority)
- AvaloniaObject.SetValue<T>(StyledProperty<T>, T, BindingPriority)
- AvaloniaObject.SetValue<T>(DirectPropertyBase<T>, T)
- AvaloniaObject.SetCurrentValue(AvaloniaProperty, object)
- AvaloniaObject.SetCurrentValue<T>(StyledProperty<T>, T)
- AvaloniaObject.Bind(AvaloniaProperty, IBinding)
- AvaloniaObject.Bind(AvaloniaProperty, IObservable<object>, BindingPriority)
- AvaloniaObject.Bind<T>(StyledProperty<T>, IObservable<object>, BindingPriority)
- AvaloniaObject.Bind<T>(StyledProperty<T>, IObservable<T>, BindingPriority)
- AvaloniaObject.Bind<T>(StyledProperty<T>, IObservable<BindingValue<T>>, BindingPriority)
- AvaloniaObject.Bind<T>(DirectPropertyBase<T>, IObservable<object>)
- AvaloniaObject.Bind<T>(DirectPropertyBase<T>, IObservable<T>)
- AvaloniaObject.Bind<T>(DirectPropertyBase<T>, IObservable<BindingValue<T>>)
- AvaloniaObject.CoerceValue(AvaloniaProperty)
- AvaloniaObject.UpdateDataValidation(AvaloniaProperty, BindingValueType, Exception)
- AvaloniaObject.OnPropertyChangedCore(AvaloniaPropertyChangedEventArgs)
- AvaloniaObject.OnPropertyChanged(AvaloniaPropertyChangedEventArgs)
- AvaloniaObject.RaisePropertyChanged<T>(DirectPropertyBase<T>, T, T)
- AvaloniaObject.SetAndRaise<T>(DirectPropertyBase<T>, ref T, T)
- AvaloniaObject.InheritanceParent
- AvaloniaObject.this[AvaloniaProperty]
- AvaloniaObject.this[IndexerDescriptor]
- AvaloniaObject.PropertyChanged
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object, object)
- object.ReferenceEquals(object, object)