Skip to main content
All docs
V26.1
  • StepProgressBarItem.NearContentVerticalAlignment Property

    Gets or sets the vertical alignment of NearContent. This is a dependency property.

    Namespace: DevExpress.Xpf.Controls

    Assembly: DevExpress.Xpf.Controls.v26.1.dll

    Declaration

    public VerticalAlignment NearContentVerticalAlignment { get; set; }

    Property Value

    Type Description
    VerticalAlignment

    The vertical alignment of NearContent.

    See Also