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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Texts")>
<DescriptionAttribute("Gets or sets the alignment of value labels relative to their origin point on the scale")>
<DefaultValueAttribute()>
Public Property ContentAlignment As ContentAlignment
Visual Basic (Usage)Copy Code
Dim instance As ChartScaleLabelStyle
Dim value As ContentAlignment
 
instance.ContentAlignment = value
 
value = instance.ContentAlignment
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Texts")]
[DescriptionAttribute("Gets or sets the alignment of value labels relative to their origin point on the scale")]
[DefaultValueAttribute()]
public ContentAlignment ContentAlignment {get; set;}
Delphi 
public read-write property ContentAlignment: ContentAlignment; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
CategoryAttribute("Texts")
DescriptionAttribute("Gets or sets the alignment of value labels relative to their origin point on the scale")
DefaultValueAttribute()
public function get,set ContentAlignment : ContentAlignment
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Texts")]
[DescriptionAttribute("Gets or sets the alignment of value labels relative to their origin point on the scale")]
[DefaultValueAttribute()]
public: __property ContentAlignment get_ContentAlignment();
public: __property void set_ContentAlignment( 
   ContentAlignment value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Texts")]
[DescriptionAttribute("Gets or sets the alignment of value labels relative to their origin point on the scale")]
[DefaultValueAttribute()]
public:
property ContentAlignment ContentAlignment {
   ContentAlignment get();
   void set (    ContentAlignment 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.