←Select platform

PaintProperties Property

Summary

Gets or sets the RasterPaintProperties which controls the painting of item images in this control.

Syntax

C#
VB
C++
public override RasterPaintProperties PaintProperties { get; set; } 
  
Public Overrides Property PaintProperties As Leadtools.Drawing.RasterPaintProperties 
public: 
property Leadtools.Drawing.RasterPaintProperties PaintProperties { 
   Leadtools.Drawing.RasterPaintProperties get() override; 
   void set (    Leadtools.Drawing.RasterPaintProperties ) override; 
} 

Property Value

This is always set to RasterPaintEngine.GdiPlus2.

Remarks

This property is inherited from Leadtools.WinForms.RasterImageViewer and is always set to RasterPaintEngine.GdiPlus2.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly