ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / PanelElement Class / Alignment Property

In This Topic
    Alignment Property (PanelElement)
    In This Topic
    Gets or sets the alignment of element within its parent bounds.
    Syntax
    'Declaration
     
    
    Public Property Alignment As ContentAlignment
    public ContentAlignment Alignment {get; set;}
    See Also