'Declaration <DescriptionAttribute("The constant opacity value to be used in painting the annotation.")> <DefaultValueAttribute(1)> <CategoryAttribute("Appearance")> Public Property Opacity As Single
[Description("The constant opacity value to be used in painting the annotation.")] [DefaultValue(1)] [Category("Appearance")] public float Opacity { get; set; }
[Description("The constant opacity value to be used in painting the annotation.")] [DefaultValue(1)] [Category("Appearance")] public: __property float get_Opacity(); public: __property void set_Opacity(
float value
);
[Description("The constant opacity value to be used in painting the annotation.")] [DefaultValue(1)] [Category("Appearance")] public:
property float Opacity { float get(); void set(float value); }
Property Value
Минимальное значение - 0 (полностью прозрачный), максимальное значение - 1 (без непрозрачности).