'Declaration
Public Property PolygonInteriorColor As PDFRgbColor
'Usage
Dim instance As PDFPolygonAnnotation Dim value As PDFRgbColor instance.PolygonInteriorColor = value value = instance.PolygonInteriorColor
public PDFRgbColor PolygonInteriorColor {get; set;}
public: __property PDFRgbColor* get_PolygonInteriorColor(); public: __property void set_PolygonInteriorColor( PDFRgbColor* value );
public: property PDFRgbColor^ PolygonInteriorColor { PDFRgbColor^ get(); void set ( PDFRgbColor^ value); }