'Declaration <CategoryAttribute("Measuring Annotation")> <DescriptionAttribute("The outline width, in device-independent pixels (1/96th inch), for all annotations of measure tool.")> <DefaultValueAttribute(2)> Public Property AnnotationOutlineWidth As Single
[Category("Measuring Annotation")] [Description("The outline width, in device-independent pixels (1/96th inch), for all annotations of measure tool.")] [DefaultValue(2)] public float AnnotationOutlineWidth { get; set; }
[Category("Measuring Annotation")] [Description("The outline width, in device-independent pixels (1/96th inch), for all annotations of measure tool.")] [DefaultValue(2)] public: __property float get_AnnotationOutlineWidth(); public: __property void set_AnnotationOutlineWidth(
float value
);
[Category("Measuring Annotation")] [Description("The outline width, in device-independent pixels (1/96th inch), for all annotations of measure tool.")] [DefaultValue(2)] public:
property float AnnotationOutlineWidth { float get(); void set(float value); }
Property Value
Default value is 2.