Show / Hide Table of Contents

Class AnnotStyleColorModificationEventArgs

Inheritance
System.Object
AnnotStyleColorModificationEventArgs
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class AnnotStyleColorModificationEventArgs : EventArgs

Constructors

AnnotStyleColorModificationEventArgs(UIColor)

Declaration
public AnnotStyleColorModificationEventArgs(UIColor color)
Parameters
Type Name Description
UIKit.UIColor color

Properties

Color

Declaration
public UIColor Color { get; set; }
Property Value
Type Description
UIKit.UIColor
Back to top Generated by DocFX