![]() |
ActionComponents
04.05.00
Customizable UI and time-saving tools for Android development with Xamarin and Visual Studio.
|
Simulates the iOS UIStringAttributes
to ease the porting of UI code from iOS to Android. Note: Only a small percentage of UIStringAttributes
has been ported to support Action Components.
More...
Public Member Functions | |
UIStringAttributes () | |
Initializes a new instance of the T:UIKit.UIStringAttributes class. More... | |
Properties | |
UIFont | Font [get, set] |
Gets or sets the font. More... | |
ACColor | ForegroundColor = UIFont.SystemFontOfSize(12f) [get, set] |
Gets or sets the color of the foreground. More... | |
ACColor | BackgroundColor = ACColor.Black [get, set] |
Gets or sets the color of the background. More... | |
NSMutableParagraphStyle | ParagraphStyle = ACColor.Clear [get, set] |
Gets or sets the paragraph style. More... | |
Simulates the iOS UIStringAttributes
to ease the porting of UI code from iOS to Android. Note: Only a small percentage of UIStringAttributes
has been ported to support Action Components.
UIKit.UIStringAttributes.UIStringAttributes | ( | ) |
Initializes a new instance of the T:UIKit.UIStringAttributes class.
|
getset |
Gets or sets the color of the background.
The color of the background.
|
getset |
Gets or sets the font.
The font.
|
getset |
Gets or sets the color of the foreground.
The color of the foreground.
|
getset |
Gets or sets the paragraph style.
The paragraph style.