Class SidePanelItem
Generate the TabItem in the Side Panel.
Inheritance
Namespace: Syncfusion.UI.Xaml.Controls.Layout
Assembly: Syncfusion.SfDockingManager.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class SidePanelItem : Button
Constructors
SidePanelItem()
Initializes a new instance of the SidePanelItem class.
Declaration
[ClassReference(IsReviewed = false)]
public SidePanelItem()
Fields
IconProperty
Gets or sets a value indicating whether the Icon property
Declaration
public static readonly DependencyProperty IconProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
SideItemsBorderBrushProperty
Declaration
public static readonly DependencyProperty SideItemsBorderBrushProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
SideItemsBorderThicknessProperty
Declaration
public static readonly DependencyProperty SideItemsBorderThicknessProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
SidePanelItemsBackgroundProperty
Declaration
public static readonly DependencyProperty SidePanelItemsBackgroundProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
SidePanelItemsForegroundProperty
Declaration
public static readonly DependencyProperty SidePanelItemsForegroundProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Icon
Gets or sets a value indicating whether the ImageBrush for TabIcon .
Declaration
[ClassReference(IsReviewed = false)]
public object Icon { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The icon. |
SideItemsBorderBrush
Gets or sets a value indicating whether SideTabItems BorderBrush .
Declaration
[ClassReference(IsReviewed = false)]
public Brush SideItemsBorderBrush { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Media.Brush | The side items border brush. |
SideItemsBorderThickness
Gets or sets a value indicating whether the Thickness of the SideItemBorder Thickness .
Declaration
[ClassReference(IsReviewed = false)]
public Thickness SideItemsBorderThickness { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Thickness | The side items border thickness. |
SidePanelItemsBackground
Gets or sets a value indicating whether the Brush for SideTabPanel Background .
Declaration
[ClassReference(IsReviewed = false)]
public Brush SidePanelItemsBackground { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Media.Brush | The side items background. |
SidePanelItemsForeground
Gets or sets a value indicating whether the ForGround For SideTabItem .
Declaration
[ClassReference(IsReviewed = false)]
public Brush SidePanelItemsForeground { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Media.Brush | The side items foreground. |
Methods
OnApplyTemplate()
Builds the visual tree for the System.Windows.Controls.Button when a new template is applied.
Declaration
protected override void OnApplyTemplate()
OnPointerPressed(PointerRoutedEventArgs)
Invoked When MouseLeftButtonUp.
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | MouseLeft Button Event arguments. |
OnPointerReleased(PointerRoutedEventArgs)
Invoked when MouseLeftButtonDown.
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Event Argument of MouseLeftButton down. |