'Declaration
Public Property TextColor As PDFDeviceColor
'Usage
Dim instance As PDFFieldWidget Dim value As PDFDeviceColor instance.TextColor = value value = instance.TextColor
public PDFDeviceColor TextColor {get; set;}
public: __property PDFDeviceColor* get_TextColor(); public: __property void set_TextColor( PDFDeviceColor* value );
public: property PDFDeviceColor^ TextColor { PDFDeviceColor^ get(); void set ( PDFDeviceColor^ value); }