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 RasterPaintProperties 
public: 
property RasterPaintProperties PaintProperties { 
   RasterPaintProperties get() override; 
   void set (    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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.