C# 클래스 Nexus.Client.ModManagement.Scripting.XmlScript.HeaderInfo

This class describes the header of the XML configured script options form.
상속: ObservableObject
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
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