'Declaration Public Property Shading As DocumentContentShadingProperties
public DocumentContentShadingProperties Shading { get; set; }
public: __property DocumentContentShadingProperties* get_Shading(); public: __property void set_Shading(
DocumentContentShadingProperties* value
);
public:
property DocumentContentShadingProperties^ Shading { DocumentContentShadingProperties^ get(); void set(DocumentContentShadingProperties^ value); }