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






    Right Property (DicomViewer)
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <SRDescriptionAttribute("ControlRightDescr")>
    Public ReadOnly Property Right As System.Integer
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Integer
     
    value = instance.Right
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also