Class ColorPreset
Inheritance
System.Object
ColorPreset
Namespace: PSPDFKit.UI
Assembly: PSPDFKit.dll
Syntax
public sealed class ColorPreset
Constructors
ColorPreset(Color, String)
Creates an object of ColorPreset type.
Declaration
public ColorPreset(Color color, string message)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Color | color | The Color represented by this preset. |
System.String | message | Message displayed when hovered over the color. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
Properties
Color
The Color represented by this preset.
Declaration
public Color Color { get; }
Property Value
Type | Description |
---|---|
Windows.UI.Color |
Message
Message displayed when hovered over the color.
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
System.String |