CompositionProjectedShadow.BlurRadiusMultiplier 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 multiplier for the shadow's blur radius.
public:
property float BlurRadiusMultiplier { float get(); void set(float value); };
float BlurRadiusMultiplier();
void BlurRadiusMultiplier(float value);
public float BlurRadiusMultiplier { get; set; }
var single = compositionProjectedShadow.blurRadiusMultiplier;
compositionProjectedShadow.blurRadiusMultiplier = single;
Public Property BlurRadiusMultiplier As Single
Property Value
Single
float
The multiplier for the shadow's blur radius.