'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the content alignment of the legend cell.")> Public Property ContentAlignment As System.Drawing.ContentAlignment
'Usage
Dim instance As NLegendTextCellData Dim value As System.Drawing.ContentAlignment instance.ContentAlignment = value value = instance.ContentAlignment
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Controls the content alignment of the legend cell.")] public System.Drawing.ContentAlignment ContentAlignment {get; set;}