Class TextModule
Represents a TextModule
Inheritance
System.Object
TextModule
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.UI
Assembly: Simplic.Framework.Base.dll
Syntax
public class TextModule
Constructors
| Improve this Doc View SourceTextModule()
Initialize instance
Declaration
public TextModule()
Properties
| Improve this Doc View SourceGroupName
Gets or sets the property GroupName as string
Declaration
public string GroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the property Id as Guid
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Name
Gets or sets the property Name as string
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Number
Gets or sets the property Number as int
Declaration
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TextMode
Gets or sets the property TextMode as integer.
Declaration
public int TextMode { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TextValue
Gets or sets the property TextValue as string
Declaration
public string TextValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |