ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / AnnotationBase Class / Style Property






In This Topic
    Style Property (AnnotationBase)
    In This Topic
    Gets or sets the style of the annotation.
    Syntax
    'Declaration
     
    
    Public Property Style As SVGStyle
    'Usage
     
    
    Dim instance As AnnotationBase
    Dim value As SVGStyle
     
    instance.Style = value
     
    value = instance.Style
    public SVGStyle Style {get; set;}
    public read-write property Style: SVGStyle; 
    public function get,set Style : SVGStyle
    public: __property SVGStyle* get_Style();
    public: __property void set_Style( 
       SVGStyle* value
    );
    public:
    property SVGStyle^ Style {
       SVGStyle^ get();
       void set (    SVGStyle^ value);
    }
    See Also