OutlineSettings.PulseIntensity 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.
The intensity with which the outline pulses.
public:
property float PulseIntensity { float get(); void set(float value); };
public float PulseIntensity { get; set; }
member this.PulseIntensity : single with get, set
Public Property PulseIntensity As Single
Property Value
Remarks
This value must be in (0..1) range with 0=no pulsing effect and 1=full amplitude.
A InvalidParam error occurs if the value is outside [0..1] range.