'Declaration <DescriptionAttribute("A number describing the intensity of the border effect.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute(0)> Public Property BorderEffectIntensity As Single
[Description("A number describing the intensity of the border effect.")] [Category("Appearance")] [DefaultValue(0)] public float BorderEffectIntensity { get; set; }
[Description("A number describing the intensity of the border effect.")] [Category("Appearance")] [DefaultValue(0)] public: __property float get_BorderEffectIntensity(); public: __property void set_BorderEffectIntensity(
float value
);
[Description("A number describing the intensity of the border effect.")] [Category("Appearance")] [DefaultValue(0)] public:
property float BorderEffectIntensity { float get(); void set(float value); }
Property Value
Suggested values range from 0 to 2. Default value is 0.