Page 1 of 1

[SOLVED] Cursor Property

Posted: Wed Sep 30, 2015 7:49 am
by h82258652
Hope can add cursor property like wpf.
I can use this code to do now, but I still hope CSHtml5 can add this property.

Code: Select all

this.control.Loaded += delegate
{
    if (CSharpXamlForHtml5.DomManagement.IsControlInVisualTree(this.control))
    {
        var domBlink = CSharpXamlForHtml5.DomManagement.GetDomElementFromControl(this.control);
        domBlink.style.cursor = "pointer";
    }
};

Re: [Feature Request]Cursor Property

Posted: Wed Sep 30, 2015 8:42 am
by JS-Support @Userware
Hi,

Thanks a lot.

The Cursor property is expected to be included in the Beta 6, expected to be released before the end of the year.

Regards,
JS-Support

Re: [Feature Request] Cursor Property

Posted: Sat Mar 04, 2017 8:15 pm
by JS-Support @Userware
Hi,

I just wanted to confirm to you that the Cursor property support was indeed added back in November 2015.

You can download the latest version from:
http://forums.cshtml5.com/viewforum.php?f=6

Thanks.
Regards,
JS-Support