Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1Border Class / _borderAlignment Field

In This Topic
    _borderAlignment Field
    In This Topic
    Gets or sets the way to draw the borders.
    Syntax
    'Declaration
     
    
    <C1DependencyPropertyAttribute("OnBorderAlignmentChanged")>
    Public _borderAlignment As BorderAlignment
    [C1DependencyProperty("OnBorderAlignmentChanged")]
    public BorderAlignment _borderAlignment
    See Also