'Declaration
Public Property BackgroundColor As PdfRgbColor
'Usage
Dim instance As PdfStandardLayoutAttribute Dim value As PdfRgbColor instance.BackgroundColor = value value = instance.BackgroundColor
public PdfRgbColor BackgroundColor {get; set;}
public: property PdfRgbColor^ BackgroundColor { PdfRgbColor^ get(); void set ( PdfRgbColor^ value); }