DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / Cursor Property






    Cursor Property (DicomViewer)
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatAppearance")>
    <SRDescriptionAttribute("ControlCursorDescr")>
    <System.ComponentModel.AmbientValueAttribute("")>
    Public Overridable Property Cursor As System.Windows.Forms.Cursor
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Windows.Forms.Cursor
     
    instance.Cursor = value
     
    value = instance.Cursor
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also