'Declaration <DescriptionAttribute("A value indicating whether appearance generator must use rounded edges for highlight annotation.")> <CategoryAttribute("Highlight")> <DefaultValueAttribute(True)> Public Property UseRoundedEdgesForHighlightAnnotation As Boolean
[Description("A value indicating whether appearance generator must use rounded edges for highlight annotation.")] [Category("Highlight")] [DefaultValue(True)] public bool UseRoundedEdgesForHighlightAnnotation { get; set; }
[Description("A value indicating whether appearance generator must use rounded edges for highlight annotation.")] [Category("Highlight")] [DefaultValue(True)] public: __property bool get_UseRoundedEdgesForHighlightAnnotation(); public: __property void set_UseRoundedEdgesForHighlightAnnotation(
bool value
);
[Description("A value indicating whether appearance generator must use rounded edges for highlight annotation.")] [Category("Highlight")] [DefaultValue(True)] public:
property bool UseRoundedEdgesForHighlightAnnotation { bool get(); void set(bool value); }
Property Value
True if appearance generator must use rounded edges for highlight annotation; otherwise, false.