'Declaration <CategoryAttribute("Highlight")> <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether appearance generator must use rounded edges for highlight annotation.")> Public Property UseRoundedEdgesForHighlightAnnotation As Boolean
[Category("Highlight")] [DefaultValue(True)] [Description("A value indicating whether appearance generator must use rounded edges for highlight annotation.")] public bool UseRoundedEdgesForHighlightAnnotation { get; set; }
[Category("Highlight")] [DefaultValue(True)] [Description("A value indicating whether appearance generator must use rounded edges for highlight annotation.")] public: __property bool get_UseRoundedEdgesForHighlightAnnotation(); public: __property void set_UseRoundedEdgesForHighlightAnnotation(
bool value
);
[Category("Highlight")] [DefaultValue(True)] [Description("A value indicating whether appearance generator must use rounded edges for highlight annotation.")] public:
property bool UseRoundedEdgesForHighlightAnnotation { bool get(); void set(bool value); }
Property Value
True, если генератор внешнего вида должен использовать закругленные края для аннотации выделения; в противном случае - false.