ClassInnerGlow
Creates an inner glow effect by itself.
Definition
Namespace:Telerik.Windows.Controls.MaterialControls
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class InnerGlow : FrameworkElement
Inheritance: objectInnerGlow
Constructors
InnerGlow()
Declaration
public InnerGlow()
Fields
BaseBrushProperty
Identifies the BaseBrush dependency property.
Declaration
public static readonly DependencyProperty BaseBrushProperty
Field Value
DependencyProperty
CornerRadiusProperty
Identifies the CornerRadius dependency property.
Declaration
public static readonly DependencyProperty CornerRadiusProperty
Field Value
DependencyProperty
MaximumOpacityProperty
Identifies the MaximumOpacity dependency property.
Declaration
public static readonly DependencyProperty MaximumOpacityProperty
Field Value
DependencyProperty
SpreadProperty
Identifies the Spread dependency property.
Declaration
public static readonly DependencyProperty SpreadProperty
Field Value
DependencyProperty
Properties
BaseBrush
Gets or sets the base brush to be used when creating the effect.
Declaration
public SolidColorBrush BaseBrush { get; set; }
Property Value
SolidColorBrush
CornerRadius
Gets or sets the CornerRadius of the element.
Declaration
public CornerRadius CornerRadius { get; set; }
Property Value
CornerRadius
MaximumOpacity
Gets or sets the maximum opacity of the glow.
Methods
OnRender(DrawingContext)
Declaration
protected override void OnRender(DrawingContext drawingContext)
Parameters
drawingContext
DrawingContext