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