FluentControl
Fluent control to handle the visual effects in the Fluent theme.
Definition
Namespace:Telerik.Windows.Controls.MaterialControls
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class FluentControl : MaterialControl
Inheritance: objectMaterialControlFluentControl
Inherited Members
Constructors
Initializes a new instance of the FluentControl class.
public FluentControl()
Fields
BorderGradientProperty
DependencyProperty
Identifies the BorderGradient dependency property.
public static readonly DependencyProperty BorderGradientProperty
EffectModeProperty
DependencyProperty
Identifies the EffectMode dependency property.
public static readonly DependencyProperty EffectModeProperty
Properties
BorderGradient
Brush
Gets or sets the border gradient brush. The value will be cloned to prevent invalid operations on frozen resources.
public Brush BorderGradient { get; set; }
Gets or sets the mode for the effect of the FluentControl.
public FluentControlEffectMode EffectMode { get; set; }
Methods
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides:
Override for the Control OnMouseEnter event handler.
protected override void OnMouseEnter(MouseEventArgs e)
Overrides:
protected override void OnMouseMove(MouseEventArgs e)
Override for the Control OnPreviewMouseLeftButtonDown event handler.
protected override void OnPreviewMouseLeftButtonDown(MouseButtonEventArgs e)
Overrides: