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






In This Topic
    LabelPosition Property (UpcBase)
    In This Topic
    Gets or sets where to render the value of the control.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property LabelPosition As LabelPosition
    'Usage
     
    
    Dim instance As UpcBase
    Dim value As LabelPosition
     
    instance.LabelPosition = value
     
    value = instance.LabelPosition
    [Json(1)]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual LabelPosition LabelPosition {get; set;}
    public read-write property LabelPosition: LabelPosition; virtual; 
    JsonAttribute(1)
    System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
    public function get,set LabelPosition : LabelPosition
    [Json(1)]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public: __property virtual LabelPosition get_LabelPosition();
    public: __property virtual void set_LabelPosition( 
       LabelPosition value
    );
    [Json(1)]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public:
    virtual property LabelPosition LabelPosition {
       LabelPosition get();
       void set (    LabelPosition value);
    }
    See Also