'Declaration <DescriptionAttribute("The highlighted outline color for all annotations of measure tool.")> <CategoryAttribute("Measuring Annotation")> Public Property HighlightedAnnotationOutlineColor As System.Drawing.Color
[Description("The highlighted outline color for all annotations of measure tool.")] [Category("Measuring Annotation")] public System.Drawing.Color HighlightedAnnotationOutlineColor { get; set; }
[Description("The highlighted outline color for all annotations of measure tool.")] [Category("Measuring Annotation")] public: __property System.Drawing.Color* get_HighlightedAnnotationOutlineColor(); public: __property void set_HighlightedAnnotationOutlineColor(
System.Drawing.Color* value
);
[Description("The highlighted outline color for all annotations of measure tool.")] [Category("Measuring Annotation")] public:
property System.Drawing.Color^ HighlightedAnnotationOutlineColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Значение по умолчанию: System.Drawing.Color.Red.