Class NSTextAlignment
This is an Enum. It represents the alignment position of day label in calendar month view and year view.
Inheritance
System.Object
NSTextAlignment
Namespace: Syncfusion.SfCalendar.iOS
Assembly: Syncfusion.SfCalendar.iOS.dll
Syntax
public sealed class NSTextAlignment : Enum
Fields
NSTextAlignmentCenter
Aligns the label towards the center.
Declaration
public const NSTextAlignment NSTextAlignmentCenter
Field Value
Type |
---|
NSTextAlignment |
NSTextAlignmentLeft
Aligns the label towards the left.
Declaration
public const NSTextAlignment NSTextAlignmentLeft
Field Value
Type |
---|
NSTextAlignment |
NSTextAlignmentRight
Aligns the label towards the right.
Declaration
public const NSTextAlignment NSTextAlignmentRight
Field Value
Type |
---|
NSTextAlignment |