'Declaration
Public Property Background As Pdf3DBackground
'Usage
Dim instance As Pdf3DView Dim value As Pdf3DBackground instance.Background = value value = instance.Background
public Pdf3DBackground Background {get; set;}
public: property Pdf3DBackground^ Background { Pdf3DBackground^ get(); void set ( Pdf3DBackground^ value); }