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






    Anchor Property (DicomViewer)
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.LocalizableAttribute(True)>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <SRDescriptionAttribute("ControlAnchorDescr")>
    <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)>
    Public Overridable Property Anchor As System.Windows.Forms.AnchorStyles
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Windows.Forms.AnchorStyles
     
    instance.Anchor = value
     
    value = instance.Anchor
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also