ICreate.Controls.Bars Send comments on this topic.
PenDefinition Class
See Also  Members  
ICreate.Controls.Bars Namespace : PenDefinition Class






PenDefinition is a type with a number of properties. These properties define a Pen used to paint the borders of a CollapsingGroupPanel.

Syntax

Visual Basic (Declaration) 
Public Class PenDefinition 
Visual Basic (Usage)Copy Code
Dim instance As PenDefinition
C# 
public class PenDefinition 
Delphi 
public class PenDefinition 
JScript 
public class PenDefinition 
Managed Extensions for C++ 
public __gc class PenDefinition 
C++/CLI 
public ref class PenDefinition 

Remarks

PenDefinition is a type which a number of properties. These properties specify attributes of a Pen. A Pen is used to draw a border around CollapsingGroupPanel, its header, body and footer. A PenDefinition has a Color and Opacity.

Inheritance Hierarchy

System.Object
   ICreate.Controls.Bars.PenDefinition

Requirements

Namespace: ICreate.Controls.Bars

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: ICreate.Controls.Bars (in ICreate.Controls.Bars.dll)

See Also