CompositionProjectedShadow.MaxBlurRadius Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum blur radius of the shadow.
public:
property float MaxBlurRadius { float get(); void set(float value); };
float MaxBlurRadius();
void MaxBlurRadius(float value);
public float MaxBlurRadius { get; set; }
var single = compositionProjectedShadow.maxBlurRadius;
compositionProjectedShadow.maxBlurRadius = single;
Public Property MaxBlurRadius As Single
Property Value
Single
float
The maximum blur radius of the shadow.