Show / Hide Table of Contents

Class TabButton

Inheritance
System.Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
Windows.UI.Xaml.Controls.ContentControl
Windows.UI.Xaml.Controls.Primitives.ButtonBase
Windows.UI.Xaml.Controls.Button
TabButton
Implements
Windows.UI.Composition.IAnimationObject
Windows.UI.Composition.IVisualElement
Namespace: pdftron.PDF.Tools.Controls.Resources
Assembly: pdftron.PDF.Tools.dll
Syntax
public class TabButton : Button, IDependencyObject, IDependencyObject2, IUIElement, IUIElement2, IUIElement3, IUIElement4, IUIElement5, IUIElement7, IUIElement8, IUIElement9, IUIElement10, IUIElementOverrides, IUIElementOverrides7, IUIElementOverrides8, IUIElementOverrides9, IAnimationObject, IVisualElement, IFrameworkElement, IFrameworkElement2, IFrameworkElement3, IFrameworkElement4, IFrameworkElement6, IFrameworkElement7, IFrameworkElementProtected7, IFrameworkElementOverrides, IFrameworkElementOverrides2, IControl, IControl2, IControl3, IControl4, IControl5, IControl7, IControlProtected, IControlOverrides, IControlOverrides6, IContentControl, IContentControl2, IContentControlOverrides, IButtonBase, IButton, IButtonWithFlyout

Constructors

TabButton()

Declaration
public TabButton()

Fields

CornerRadiusProperty

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

PointerOverBackgroundBrushProperty

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

PointerOverForegroundBrushProperty

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

PointerPressedBackgroundBrushProperty

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

PointerPressedForegroundBrushProperty

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

PropertiesIndicatorProperty

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

Properties

CornerRadius

Declaration
public CornerRadius CornerRadius { get; set; }
Property Value
Type Description
Windows.UI.Xaml.CornerRadius

PointerOverBackgroundBrush

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

PointerOverForegroundBrush

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

PointerPressedBackgroundBrush

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

PointerPressedForegroundBrush

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

PropertiesIndicator

Declaration
public Visibility PropertiesIndicator { get; set; }
Property Value
Type Description
Windows.UI.Xaml.Visibility

Implements

Windows.UI.Composition.IAnimationObject
Windows.UI.Composition.IVisualElement

Extension Methods

DependencyObjectExtensions.FindControls<T>(DependencyObject)
DependencyObjectExtensions.FindVisualChild<T>(DependencyObject)
DependencyObjectExtensions.FindControl<T>(UIElement, String)
In This Article
Back to top Generated by DocFX