C# Class Crayon.MT.UITabBarItemDecorator

Inheritance: IControlDecorator
Mostra file Open project: jamilgeor/Crayon

Private Properties

Property Type Description
SetFontColor void
SetFontFace void
SetFontSize void
SetTextAttributes void

Public Methods

Method Description
SetControl ( object control ) : void

Private Methods

Method Description
SetFontColor ( StyleColorProperty property ) : void
SetFontFace ( StyleFontFamilyProperty property ) : void
SetFontSize ( StyleFontSizeProperty property ) : void
SetTextAttributes ( UITextAttributes textAttributes, StyleProperty property ) : void

Method Details

SetControl() public method

public SetControl ( object control ) : void
control object
return void