Skip to main content
All docs
V26.1
  • TextOptions.SetHAlignmentCore(HorzAlignment) Method

    This is an internal method that should not be called directly from your code.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v26.1.dll

    Declaration

    [Browsable(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public void SetHAlignmentCore(
        HorzAlignment horzAlignment
    )

    Parameters

    Name Type Description
    horzAlignment HorzAlignment

     

    See Also