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

In This Topic
    Anchor Property (DicomViewer)
    In This Topic
    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
    [SRCategory("CatLayout")]
    [System.ComponentModel.Localizable(true)]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [SRDescription("ControlAnchorDescr")]
    [System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)]
    public virtual System.Windows.Forms.AnchorStyles Anchor {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also