You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/floating-action-button/EJ2_ASP.MVC/styles.md
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,4 +70,23 @@ By using [CssClass](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.
70
70
71
71
{% endif %}
72
72
73
-

73
+

74
+
75
+
## Outline customization
76
+
77
+
By using the [CssClass](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Buttons.Fab.html#Syncfusion_EJ2_Buttons_Fab_CssClass) property, you can customize the outline color of the Floating Action Button.
78
+
79
+
{% if page.publishingplatform == "aspnet-mvc" %}
80
+
81
+
{% tabs %}
82
+
{% highlight razor tabtitle="CSHTML" %}
83
+
{% include code-snippet/floating-action-button/styles/custom-outline/razor %}
84
+
{% endhighlight %}
85
+
{% highlight c# tabtitle="Fabstyles.cs" %}
86
+
{% include code-snippet/floating-action-button/styles/custom-outline/fabstyles.cs %}
87
+
{% endhighlight %}
88
+
{% endtabs %}
89
+
90
+
{% endif %}
91
+
92
+

Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/floating-action-button/EJ2_ASP.NETCORE/styles.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,3 +66,19 @@ By using [CssClass](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2
66
66
{% endif %}
67
67
68
68

69
+
70
+
## Outline customization
71
+
72
+
By using the [CssClass](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Buttons.Fab.html#Syncfusion_EJ2_Buttons_Fab_CssClass) property, you can customize the outline color of the Floating Action Button.
73
+
74
+
{% if page.publishingplatform == "aspnet-core" %}
75
+
76
+
{% tabs %}
77
+
{% highlight cshtml tabtitle="CSHTML" %}
78
+
{% include code-snippet/floating-action-button/styles/custom-outline/tagHelper %}
79
+
{% endhighlight %}
80
+
{% endtabs %}
81
+
82
+
{% endif %}
83
+
84
+

0 commit comments