C# Class BemCheckBox.BemPathManager

Show file Open project: hugoparis19/Xamarin_BemCheckBox Class Usage Examples

Public Properties

Property Type Description
BoxType BemBoxType
LineWidth float
Size nfloat

Public Methods

Method Description
PathForBox ( ) : UIKit.UIBezierPath
PathForCheckMark ( ) : UIKit.UIBezierPath
PathForFlatCheckMark ( ) : UIKit.UIBezierPath
PathForLongCheckMark ( ) : UIKit.UIBezierPath

Method Details

PathForBox() public method

public PathForBox ( ) : UIKit.UIBezierPath
return UIKit.UIBezierPath

PathForCheckMark() public method

public PathForCheckMark ( ) : UIKit.UIBezierPath
return UIKit.UIBezierPath

PathForFlatCheckMark() public method

public PathForFlatCheckMark ( ) : UIKit.UIBezierPath
return UIKit.UIBezierPath

PathForLongCheckMark() public method

public PathForLongCheckMark ( ) : UIKit.UIBezierPath
return UIKit.UIBezierPath

Property Details

BoxType public property

public BemBoxType BoxType
return BemBoxType

LineWidth public property

public float LineWidth
return float

Size public property

public nfloat Size
return nfloat