ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / BreakEvenStyles Class / SafetyMargin Property






In This Topic
    SafetyMargin Property
    In This Topic
    Specifies the style of the safety margin area.
    Syntax
    'Declaration
     
    
    Public Property SafetyMargin As SVGStyle
    'Usage
     
    
    Dim instance As BreakEvenStyles
    Dim value As SVGStyle
     
    instance.SafetyMargin = value
     
    value = instance.SafetyMargin
    public SVGStyle SafetyMargin {get; set;}
    public read-write property SafetyMargin: SVGStyle; 
    public function get,set SafetyMargin : SVGStyle
    public: __property SVGStyle* get_SafetyMargin();
    public: __property void set_SafetyMargin( 
       SVGStyle* value
    );
    public:
    property SVGStyle^ SafetyMargin {
       SVGStyle^ get();
       void set (    SVGStyle^ value);
    }
    See Also