[Description("A value indicating whether annotation is highlighted.")] public bool IsHighlighted { get; set; }
[Description("A value indicating whether annotation is highlighted.")] public: __property bool get_IsHighlighted(); public: __property void set_IsHighlighted(
bool value
);
[Description("A value indicating whether annotation is highlighted.")] public:
property bool IsHighlighted { bool get(); void set(bool value); }
'Declaration <DescriptionAttribute("A value indicating whether annotation is highlighted.")> Public Property IsHighlighted As Boolean
Property Value
true - annotation is highlighted; false - annotation is not highlighted.