You are on page 1of 1

https://www.google.com/design/spec/style/color.

html#color-color-palette
-VB.NET (Form1.Designer.vb)
Partial Class Form1
Inherits MaterialSkin.Controls.MaterialForm
-VB.NET (Form1.vb)
Imports MaterialSkin
Public Class Form1
Private Sub Form1_Load(sender As Object, e As EventArgs) Hand
les MyBase.Load
Dim SkinManager As MaterialSkinManager = MaterialSkinMana
ger.Instance
SkinManager.AddFormToManage(Me)
SkinManager.Theme = MaterialSkinManager.Themes.LIGHT
SkinManager.ColorScheme = New ColorScheme(Primary.BlueGrey8
00, Primary.BlueGrey900, Primary.BlueGrey500, Accent.LightBlue200, TextShade.WHI
TE)
End Sub
End Class

You might also like