Intersoft WebGrid Documentation
Alignment Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > ChartStrokeStyle Class : Alignment Property






Syntax

Visual Basic (Declaration) 
<CategoryAttribute("General")>
<DescriptionAttribute("Specifies the alignment of a Pen object in relation to the theoretical, zero-width line.")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property Alignment As PenAlignment
Visual Basic (Usage)Copy Code
Dim instance As ChartStrokeStyle
Dim value As PenAlignment
 
instance.Alignment = value
 
value = instance.Alignment
C# 
[CategoryAttribute("General")]
[DescriptionAttribute("Specifies the alignment of a Pen object in relation to the theoretical, zero-width line.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public PenAlignment Alignment {get; set;}
Delphi 
public read-write property Alignment: PenAlignment; 
JScript 
CategoryAttribute("General")
DescriptionAttribute("Specifies the alignment of a Pen object in relation to the theoretical, zero-width line.")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set Alignment : PenAlignment
Managed Extensions for C++ 
[CategoryAttribute("General")]
[DescriptionAttribute("Specifies the alignment of a Pen object in relation to the theoretical, zero-width line.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property PenAlignment get_Alignment();
public: __property void set_Alignment( 
   PenAlignment value
);
C++/CLI 
[CategoryAttribute("General")]
[DescriptionAttribute("Specifies the alignment of a Pen object in relation to the theoretical, zero-width line.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property PenAlignment Alignment {
   PenAlignment get();
   void set (    PenAlignment value);
}

Requirements

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

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.