Nevron .NET Vision
Nevron.Diagram Namespace / NContentAlignment Structure / PercentY Property


In This Topic
    PercentY Property
    In This Topic
    Gets/sets the Y percent alignment
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also