Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/VB/RibbonSimplePad/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WinForms/VB/RibbonSimplePad/BackstageViewLabel.vb

Imports Microsoft.VisualBasic
Imports System
Imports DevExpress.XtraEditors
Namespace DevExpress.XtraBars.Demos.RibbonSimplePad
	Public Class BackstageViewLabel
		Inherits LabelControl
		Public Sub New()
			Appearance.Font = New System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, (CByte(204)))
			AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None
			LineLocation = DevExpress.XtraEditors.LineLocation.Bottom
			LineVisible = True
			ShowLineShadow = False
		End Sub
	End Class
End Namespace