Class RadShadow
Inheritance
System.Object
RadShadow
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadShadow : RadControl
Constructors
Fields
Declaration
public static readonly DependencyProperty BlurRadiusProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ColorProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ContentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty OffsetXProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty OffsetYProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ShadowCornerRadiusProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ShadowOpacityProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public double BlurRadius { get; set; }
Property Value
Declaration
public Color Color { get; set; }
Property Value
Declaration
public object Content { get; set; }
Property Value
Declaration
public double OffsetX { get; set; }
Property Value
Declaration
public double OffsetY { get; set; }
Property Value
Declaration
public double ShadowCornerRadius { get; set; }
Property Value
Declaration
public double ShadowOpacity { get; set; }
Property Value
Methods
Declaration
protected override bool ApplyTemplateCore()
Returns
Overrides
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
|
Windows.Foundation.Size
finalSize
|
Returns
Overrides
Declaration
public virtual CompositionBrush GetShadowMask(FrameworkElement content)
Parameters
|
Microsoft.UI.Xaml.FrameworkElement
content
|
Returns
|
Microsoft.UI.Composition.CompositionBrush
|
Extension Methods