ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / JapanesePostal Class / LabelPosition Property

In This Topic
    LabelPosition Property (JapanesePostal)
    In This Topic
    Gets or sets where to render the value of the control.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property LabelPosition As LabelPosition
    [Json(1)]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual LabelPosition LabelPosition {get; set;}
    See Also