VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.GraphicObjects Namespace / GraphicObjectGroup Class / LayoutAnchor Property
Syntax Requirements SeeAlso
In This Topic
    LayoutAnchor Property (GraphicObjectGroup)
    In This Topic
    Gets a layout anchor, which defines where graphic objects should be drawn in LayoutRect.
    Syntax
    'Declaration
    
    Public ReadOnly Property LayoutAnchor As Vintasoft.Imaging.AnchorType
    
    
    public Vintasoft.Imaging.AnchorType LayoutAnchor { get; }
    
    
    public: __property Vintasoft.Imaging.AnchorType get_LayoutAnchor();
    
    
    
    public:
    property Vintasoft.Imaging.AnchorType LayoutAnchor { Vintasoft.Imaging.AnchorType get(); }

    Property Value

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also