C# Class Praeclarum.UI.ThumbnailCell

Inheritance: UICollectionViewCell, IThemeAware
Exibir arquivo Open project: praeclarum/Praeclarum

Public Properties

Property Type Description
ThumbnailSize Praeclarum.Graphics.SizeF

Protected Properties

Property Type Description
label UILabel

Public Methods

Method Description
ApplyTheme ( Theme theme ) : void
FillContentView ( ) : void
GetNotSelectableColor ( Theme theme ) : UIKit.UIColor

Protected Methods

Method Description
BeginEditingStyle ( ) : void
EndEditingStyle ( ) : void
OnFillContentView ( ) : void
ThumbnailCell ( IntPtr handle ) : System

Method Details

ApplyTheme() public method

public ApplyTheme ( Theme theme ) : void
theme Theme
return void

BeginEditingStyle() protected method

protected BeginEditingStyle ( ) : void
return void

EndEditingStyle() protected method

protected EndEditingStyle ( ) : void
return void

FillContentView() public method

public FillContentView ( ) : void
return void

GetNotSelectableColor() public static method

public static GetNotSelectableColor ( Theme theme ) : UIKit.UIColor
theme Theme
return UIKit.UIColor

OnFillContentView() protected abstract method

protected abstract OnFillContentView ( ) : void
return void

ThumbnailCell() protected method

protected ThumbnailCell ( IntPtr handle ) : System
handle System.IntPtr
return System

Property Details

ThumbnailSize public_oe property

public SizeF,Praeclarum.Graphics ThumbnailSize
return Praeclarum.Graphics.SizeF

label protected_oe property

protected UILabel label
return UILabel