![]() |
ActionComponents
04.05.00
Customizable UI and time-saving tools for Android development with Xamarin and Visual Studio.
|
Simulates an iOS NSMutableParagraphStyle
to ease the porting of UI code from iOS to Android.
More...
Public Member Functions | |
NSMutableParagraphStyle () | |
Initializes a new instance of the T:Foundation.NSMutableParagraphStyle class. More... | |
Properties | |
UITextAlignment | Alignment [get, set] |
Gets or sets the alignment. More... | |
TextBlockAlignment | VerticalAlignment = UITextAlignment.Left [get, set] |
Gets or sets the vertical alignment. This is an addition to the iOS version specific to working with Android apps. More... | |
bool | AllowsDefaultTighteningForTruncation = TextBlockAlignment.Top [get, set] |
Gets or sets a value indicating whether this T:Foundation.NSMutableParagraphStyle allows default tightening for truncation. More... | |
NSWritingDirection | BaseWritingDirection = true [get, set] |
Gets or sets the base writing direction. More... | |
nfloat | DefaultTabInterval = NSWritingDirection.LeftToRight [get, set] |
Gets or sets the default tab interval. More... | |
nfloat | FirstLineHeadIndent = 8f [get, set] |
Gets or sets the first line head indent. More... | |
nfloat | HeadIndent = 0f [get, set] |
Gets or sets the head indent. More... | |
int | HyphenationFactor = 0f [get, set] |
Gets or sets the hyphenation factor. More... | |
UILineBreakMode | LineBreakMode = 1 [get, set] |
Gets or sets the line break mode. More... | |
nfloat | LineHeightMultiple = UILineBreakMode.Clip [get, set] |
Gets or sets the line height multiple. More... | |
nfloat | LineSpacing = 1f [get, set] |
Gets or sets the line spacing. More... | |
nfloat | MaximumLineHeight = 5f [get, set] |
Gets or sets the maximum height of the line. More... | |
nfloat | MinimumLineHeight = 1000f [get, set] |
Gets or sets the minimum height of the line. More... | |
nfloat | ParagraphSpacing = 5f [get, set] |
Gets or sets the paragraph spacing. More... | |
nfloat | ParagraphSpacingBefor = 10f [get, set] |
Gets or sets the paragraph spacing befor. More... | |
nfloat[] | TabStops = 0f [get, set] |
Gets or sets the tab stops. More... | |
nfloat | TailIndent [get, set] |
Gets or sets the tail indent. More... | |
Simulates an iOS NSMutableParagraphStyle
to ease the porting of UI code from iOS to Android.
Foundation.NSMutableParagraphStyle.NSMutableParagraphStyle | ( | ) |
Initializes a new instance of the T:Foundation.NSMutableParagraphStyle class.
|
getset |
Gets or sets the alignment.
The alignment.
|
getset |
Gets or sets a value indicating whether this T:Foundation.NSMutableParagraphStyle allows default tightening for truncation.
true
if allows default tightening for truncation; otherwise, false
.
|
getset |
Gets or sets the base writing direction.
The base writing direction.
|
getset |
Gets or sets the default tab interval.
The default tab interval.
|
getset |
Gets or sets the first line head indent.
The first line head indent.
|
getset |
Gets or sets the head indent.
The head indent.
|
getset |
Gets or sets the hyphenation factor.
The hyphenation factor.
|
getset |
Gets or sets the line break mode.
The line break mode.
|
getset |
Gets or sets the line height multiple.
The line height multiple.
|
getset |
Gets or sets the line spacing.
The line spacing.
|
getset |
Gets or sets the maximum height of the line.
The maximum height of the line.
|
getset |
Gets or sets the minimum height of the line.
The minimum height of the line.
|
getset |
Gets or sets the paragraph spacing.
The paragraph spacing.
|
getset |
Gets or sets the paragraph spacing befor.
The paragraph spacing befor.
|
getset |
Gets or sets the tab stops.
The tab stops.
|
getset |
Gets or sets the tail indent.
The tail indent.
|
getset |
Gets or sets the vertical alignment. This is an addition to the iOS
version specific to working with Android apps.
The vertical alignment.