Class InlineButton
Inheritance
System.Object
InlineButton
Namespace: Telerik.UI.Xaml.Controls.Primitives.Common
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class InlineButton : Button
Constructors
InlineButton()
Declaration
public InlineButton()
Fields
DisabledBackgroundBrushProperty
Declaration
public static readonly DependencyProperty DisabledBackgroundBrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
DisabledBorderBrushProperty
Declaration
public static readonly DependencyProperty DisabledBorderBrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
DisabledForegroundBrushProperty
Declaration
public static readonly DependencyProperty DisabledForegroundBrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
DisabledIconSourceProperty
Declaration
public static readonly DependencyProperty DisabledIconSourceProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
IconSourceProperty
Declaration
public static readonly DependencyProperty IconSourceProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
IconStyleProperty
Declaration
public static readonly DependencyProperty IconStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
IsRepeatingEnabledProperty
Declaration
public static readonly DependencyProperty IsRepeatingEnabledProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PointerOverBackgroundBrushProperty
Declaration
public static readonly DependencyProperty PointerOverBackgroundBrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PointerOverBorderBrushProperty
Declaration
public static readonly DependencyProperty PointerOverBorderBrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PointerOverForegroundBrushProperty
Declaration
public static readonly DependencyProperty PointerOverForegroundBrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PointerOverIconSourceProperty
Declaration
public static readonly DependencyProperty PointerOverIconSourceProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PressedBackgroundBrushProperty
Declaration
public static readonly DependencyProperty PressedBackgroundBrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PressedBorderBrushProperty
Declaration
public static readonly DependencyProperty PressedBorderBrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PressedForegroundBrushProperty
Declaration
public static readonly DependencyProperty PressedForegroundBrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PressedIconSourceProperty
Declaration
public static readonly DependencyProperty PressedIconSourceProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
RepeatDelayProperty
Declaration
public static readonly DependencyProperty RepeatDelayProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
RepeatIntervalProperty
Declaration
public static readonly DependencyProperty RepeatIntervalProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
DisabledBackgroundBrush
Declaration
public Brush DisabledBackgroundBrush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
DisabledBorderBrush
Declaration
public Brush DisabledBorderBrush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
DisabledForegroundBrush
Declaration
public Brush DisabledForegroundBrush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
DisabledIconSource
Declaration
public BitmapImage DisabledIconSource { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Imaging.BitmapImage
|
IconSource
Declaration
public BitmapImage IconSource { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Imaging.BitmapImage
|
IconStyle
Declaration
public Style IconStyle { get; set; }
Property Value
|
Microsoft.UI.Xaml.Style
|
IsRepeatingEnabled
Declaration
public bool IsRepeatingEnabled { get; set; }
Property Value
|
System.Boolean
|
PointerOverBackgroundBrush
Declaration
public Brush PointerOverBackgroundBrush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
PointerOverBorderBrush
Declaration
public Brush PointerOverBorderBrush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
PointerOverForegroundBrush
Declaration
public Brush PointerOverForegroundBrush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
PointerOverIconSource
Declaration
public BitmapImage PointerOverIconSource { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Imaging.BitmapImage
|
PressedBackgroundBrush
Declaration
public Brush PressedBackgroundBrush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
PressedBorderBrush
Declaration
public Brush PressedBorderBrush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
PressedForegroundBrush
Declaration
public Brush PressedForegroundBrush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
PressedIconSource
Declaration
public BitmapImage PressedIconSource { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Imaging.BitmapImage
|
RepeatDelay
Declaration
public int RepeatDelay { get; set; }
Property Value
|
System.Int32
|
RepeatInterval
Declaration
public int RepeatInterval { get; set; }
Property Value
|
System.Int32
|
Methods
OnPointerCaptureLost(PointerRoutedEventArgs)
Declaration
protected override void OnPointerCaptureLost(PointerRoutedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
e
|
OnPointerMoved(PointerRoutedEventArgs)
Declaration
protected override void OnPointerMoved(PointerRoutedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
e
|
OnPointerPressed(PointerRoutedEventArgs)
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
e
|
OnPointerReleased(PointerRoutedEventArgs)
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
e
|