'Declaration <DescriptionAttribute("The cursor of the hyperlink in its default state.")> Public Property LinkCursor As System.Windows.Input.Cursor
[Description("The cursor of the hyperlink in its default state.")] public System.Windows.Input.Cursor LinkCursor { get; set; }
[Description("The cursor of the hyperlink in its default state.")] public: __property System.Windows.Input.Cursor* get_LinkCursor(); public: __property void set_LinkCursor(
System.Windows.Input.Cursor* value
);
[Description("The cursor of the hyperlink in its default state.")] public:
property System.Windows.Input.Cursor^ LinkCursor { System.Windows.Input.Cursor^ get(); void set(System.Windows.Input.Cursor^ value); }