←Select platform

Thickness Property

Summary

Gets or sets the thickness of the pen.

Syntax

C#
VB
C++
public double Thickness { get; set; } 
  
Public Property Thickness As Double 
public: 
property double Thickness { 
   double get(); 
   void set (    double ); 
} 

Property Value

A value that specifies the thickness of the D2DPen in pixels.

Remarks

The default value is 1.

Requirements

Target Platforms

See Also

Reference

D2DPen Class

D2DPen Members

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

Leadtools.Windows.D2DRendering Assembly