+ @if (!string.IsNullOrEmpty(Glyph))
+ {
+ @if (GlyphPosition == Position.Top || GlyphPosition == Position.Bottom)
+ {
+
+ @if (GlyphPosition == Position.Top)
+ {
+
+ }
+ @ChildContent
+ @if (GlyphPosition == Position.Bottom)
+ {
+
+ }
+
+ }
+ @if (GlyphPosition == Position.Left || GlyphPosition == Position.Right)
+ {
+
+ @if (GlyphPosition == Position.Left)
+ {
+
+ }
+ @ChildContent
+ @if (GlyphPosition == Position.Right)
+ {
+
+ }
+
+ }
+ }
+ else
+ {
+ @ChildContent
+ }
+
+