'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets/sets the Y percent alignment")> <System.ComponentModel.DefaultValueAttribute(0)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property PercentY As System.Single
'Usage
Dim instance As NContentAlignment Dim value As System.Single instance.PercentY = value value = instance.PercentY
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets/sets the Y percent alignment")] [System.ComponentModel.DefaultValue(0)] [System.Xml.Serialization.XmlAttribute()] public System.float PercentY {get; set;}