CompositionProjectedShadow.MaxBlurRadius Property

Definition

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.

Applies to