InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputComponent Class / HorizontalAlignment Property

In This Topic
    HorizontalAlignment Property (InputComponent)
    In This Topic
    Gets or sets how content is horizontally aligned within the InputComponent.
    Syntax
    'Declaration
     
    Public Property HorizontalAlignment As ContentAlignment
    public ContentAlignment HorizontalAlignment {get; set;}
    See Also