menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LabelBarStyle - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LabelBarStyle

    Represents a dependency object that defines the style for axis label.

    Inheritance
    System.Object
    LabelBarStyle
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class LabelBarStyle : DependencyObject

    Constructors

    LabelBarStyle()

    Initializes a new instance of the LabelBarStyle class.

    Declaration
    public LabelBarStyle()

    Fields

    BackgroundProperty

    The DependencyProperty for Background property.

    Declaration
    public static readonly DependencyProperty BackgroundProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    LabelHorizontalAlignmentProperty

    The DependencyProperty for LabelHorizontalAlignment property.

    Declaration
    public static readonly DependencyProperty LabelHorizontalAlignmentProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    PositionProperty

    The DependencyProperty for Position property.

    Declaration
    public static readonly DependencyProperty PositionProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    SelectedLabelBrushProperty

    The DependencyProperty for SelectedLabelBrush property.

    Declaration
    public static readonly DependencyProperty SelectedLabelBrushProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    SelectedLabelStyleProperty

    The DependencyProperty for SelectedLabelStyle property.

    Declaration
    public static readonly DependencyProperty SelectedLabelStyleProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    Background

    Gets or sets the Background the label bar.

    Declaration
    public Brush Background { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    LabelHorizontalAlignment

    Gets or sets the HorizontalAlignment of the labels inside the label bar.

    Declaration
    public HorizontalAlignment LabelHorizontalAlignment { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.HorizontalAlignment

    Position

    Gets or sets the position which is used to place the upper and lower labels inside or outside of the label bar.

    Declaration
    public BarPosition Position { get; set; }
    Property Value
    Type
    BarPosition

    SelectedLabelBrush

    Gets or sets the color of the labels inside the selected region.

    Declaration
    public SolidColorBrush SelectedLabelBrush { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.SolidColorBrush

    SelectedLabelStyle

    Gets or sets the style for labels in the selected region.

    Declaration
    public Style SelectedLabelStyle { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Style

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved