 | PdfControlBackgroundColorType Property |
Gets the color type of the control's background.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic ColorTypes BackgroundColorType { get; }
Public ReadOnly Property BackgroundColorType As ColorTypes
Get
public:
property ColorTypes BackgroundColorType {
ColorTypes get ();
}
member BackgroundColorType : ColorTypes with get
/** @property */
public ColorTypes get_BackgroundColorType()
function get_BackgroundColorType();
Property Value
ColorTypes
See Also