Class PTRubberStampColorModel
Inheritance
System.Object
PTRubberStampColorModel
Assembly: Tools.dll
public class PTRubberStampColorModel : NSObject
Constructors
Declaration
protected PTRubberStampColorModel(NSObjectFlag t)
Parameters
Type |
Name |
Description |
Foundation.NSObjectFlag |
t |
|
Declaration
protected PTRubberStampColorModel(NativeHandle handle)
Parameters
Type |
Name |
Description |
ObjCRuntime.NativeHandle |
handle |
|
Declaration
public PTRubberStampColorModel(UIColor startColor, UIColor endColor, UIColor textColor, UIColor borderColor)
Parameters
Type |
Name |
Description |
UIKit.UIColor |
startColor |
|
UIKit.UIColor |
endColor |
|
UIKit.UIColor |
textColor |
|
UIKit.UIColor |
borderColor |
|
Properties
Declaration
public virtual UIColor BorderColor { get; }
Property Value
Type |
Description |
UIKit.UIColor |
|
Declaration
public override NativeHandle ClassHandle { get; }
Property Value
Type |
Description |
ObjCRuntime.NativeHandle |
|
Declaration
public virtual UIColor EndColor { get; }
Property Value
Type |
Description |
UIKit.UIColor |
|
Declaration
public virtual UIColor StartColor { get; }
Property Value
Type |
Description |
UIKit.UIColor |
|
TextColor
Declaration
public virtual UIColor TextColor { get; }
Property Value
Type |
Description |
UIKit.UIColor |
|