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