Leadtools.Jpip.Client.WinForms Namespace > JpipRasterImageViewer Class : PaintProperties Property |
public override RasterPaintProperties PaintProperties {get; set;}
'Declaration Public Overrides Property PaintProperties As RasterPaintProperties
'Usage Dim instance As JpipRasterImageViewer Dim value As RasterPaintProperties instance.PaintProperties = value value = instance.PaintProperties
public: property RasterPaintProperties PaintProperties { RasterPaintProperties get() override; void set ( RasterPaintProperties value) override; }