C# Класс Nexus.Client.ModManagement.Scripting.XmlScript.HeaderInfo

This class describes the header of the XML configured script options form.
Наследование: ObservableObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
HeaderInfo ( ) : System

The default constructor.

HeaderInfo ( string p_strTitle, Color p_clrColour, TextPosition p_tpsTitlePosition, string p_strImagePath, bool p_booShowImage, bool p_booShowFade, Int32 p_intHeight ) : System

A simple constructor that initializes the object with the given values.

Описание методов

HeaderInfo() публичный Метод

The default constructor.
public HeaderInfo ( ) : System
Результат System

HeaderInfo() публичный Метод

A simple constructor that initializes the object with the given values.
public HeaderInfo ( string p_strTitle, Color p_clrColour, TextPosition p_tpsTitlePosition, string p_strImagePath, bool p_booShowImage, bool p_booShowFade, Int32 p_intHeight ) : System
p_strTitle string The title of the form.
p_clrColour Color The colour of the title of the form.
p_tpsTitlePosition TextPosition The position of the title in the header.
p_strImagePath string The path to the image to display in the header.
p_booShowImage bool Whether or not to display the image in the header.
p_booShowFade bool Whether or not to display the fade effect in the header.
p_intHeight System.Int32 The desired height of the header.
Результат System