C# Class Smeedee.iOS.Lib.StyleExtensions

Datei anzeigen Open project: Smeedee/Smeedee-Mobile

Public Properties

Property Type Description
blackBackground UIColor
darkGrayHeadline UIColor
darkGrayText UIColor
darkGrayTextHighlight UIColor
descriptionColor UIColor
grayTableCell UIColor
lightGrayText UIColor
smeedeeOrange UIColor
smeedeeOrangeAlpha UIColor
tableSeparator UIColor
transparent UIColor

Public Methods

Method Description
StyleAsSettingsTable ( this self ) : void
StyleAsSettingsTableCell ( this self ) : void
StyleAsWidgetHeadline ( this self ) : void
StyleAsWidgetTable ( this self ) : void

Method Details

StyleAsSettingsTable() public static method

public static StyleAsSettingsTable ( this self ) : void
self this
return void

StyleAsSettingsTableCell() public static method

public static StyleAsSettingsTableCell ( this self ) : void
self this
return void

StyleAsWidgetHeadline() public static method

public static StyleAsWidgetHeadline ( this self ) : void
self this
return void

StyleAsWidgetTable() public static method

public static StyleAsWidgetTable ( this self ) : void
self this
return void

Property Details

blackBackground public_oe static_oe property

public static UIColor blackBackground
return UIColor

darkGrayHeadline public_oe static_oe property

public static UIColor darkGrayHeadline
return UIColor

darkGrayText public_oe static_oe property

public static UIColor darkGrayText
return UIColor

darkGrayTextHighlight public_oe static_oe property

public static UIColor darkGrayTextHighlight
return UIColor

descriptionColor public_oe static_oe property

public static UIColor descriptionColor
return UIColor

grayTableCell public_oe static_oe property

public static UIColor grayTableCell
return UIColor

lightGrayText public_oe static_oe property

public static UIColor lightGrayText
return UIColor

smeedeeOrange public_oe static_oe property

public static UIColor smeedeeOrange
return UIColor

smeedeeOrangeAlpha public_oe static_oe property

public static UIColor smeedeeOrangeAlpha
return UIColor

tableSeparator public_oe static_oe property

public static UIColor tableSeparator
return UIColor

transparent public_oe static_oe property

public static UIColor transparent
return UIColor