menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StepTitleAlignment - API Reference

    Show / Hide Table of Contents

    Class StepTitleAlignment

    Enumerates values that control title text alignment.

    Inheritance
    System.Object
    StepTitleAlignment
    Namespace: Syncfusion.XForms.ProgressBar
    Assembly: Syncfusion.SfProgressBar.XForms.dll
    Syntax
    public sealed class StepTitleAlignment : Enum

    Fields

    Center

    Indicates that text will be aligned in the middle of either horizontally or vertically aligned text.

    Declaration
    public const StepTitleAlignment Center
    Field Value
    Type Description
    StepTitleAlignment

    End

    Indicates that text will be aligned to the right or bottom of horizontally or vertically aligned text, respectively.

    Declaration
    public const StepTitleAlignment End
    Field Value
    Type Description
    StepTitleAlignment

    Start

    Indicates that text will be aligned to the left or top of horizontally or vertically aligned text, respectively.

    Declaration
    public const StepTitleAlignment Start
    Field Value
    Type Description
    StepTitleAlignment

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved