Interface IMenuItem
Menu item.
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public interface IMenuItem
Properties
HtmlText
Segment's text with Html markup
Declaration
string HtmlText { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
IconFontFamily
Gets or sets the font family for the IconText
Declaration
string IconFontFamily { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
IconFontSize
Gets for set the font size for the IconText
Declaration
double IconFontSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Double |
IconImage
Image for segment's icon (alternative to IconText)
Declaration
Image IconImage { get; set; }
Property Value
| Type | Description |
|---|---|
| Image |
IconText
HtmlText for segment's icon (alternative to IconImage)
Declaration
string IconText { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Text
Segment's text
Declaration
string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| String |