C# Class CustomGraphics.CustomControlsStyleKit

Inheritance: NSObject
Afficher le fichier Open project: xamarin/mac-samples

Méthodes publiques

Méthode Description
DrawUIControlWell ( CGRect frame, bool inFocus, string title ) : void
DrawUISwitch ( bool inFocus, bool switchOn ) : void

Private Methods

Méthode Description
CustomControlsStyleKit ( ) : System

Method Details

DrawUIControlWell() public static méthode

public static DrawUIControlWell ( CGRect frame, bool inFocus, string title ) : void
frame CGRect
inFocus bool
title string
Résultat void

DrawUISwitch() public static méthode

public static DrawUISwitch ( bool inFocus, bool switchOn ) : void
inFocus bool
switchOn bool
Résultat void