Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1HyperPanel Class / VerticalContentAlignment Property

In This Topic
    VerticalContentAlignment Property (C1HyperPanel)
    In This Topic
    Gets or sets the vertical alignment of the panel's content.
    Syntax
    'Declaration
     
    
    Public Property VerticalContentAlignment As VerticalAlignment
    public VerticalAlignment VerticalContentAlignment {get; set;}
    See Also