Class TextColorFontWidth
Inheritance
TextColorFontWidth
Assembly: NXOpenUI.dll
Syntax
public class TextColorFontWidth : UIBlock, IMessageSink
Constructors
TextColorFontWidth()
Declaration
protected TextColorFontWidth()
Properties
AvailableFontTypesAsString
Declaration
public string AvailableFontTypesAsString { get; set; }
Property Value
FontValue
Declaration
public string FontValue { get; set; }
Property Value
LayoutAsString
Declaration
public string LayoutAsString { get; set; }
Property Value
StandardFontStyle
Declaration
public string StandardFontStyle { get; set; }
Property Value
WidthValueAsString
Declaration
public string WidthValueAsString { get; set; }
Property Value
Methods
GetColorValue()
Declaration
public int[] GetColorValue()
Returns
IsNxFont()
Declaration
Returns
SetColorValue(int[])
Declaration
public void SetColorValue(int[] colorValueVector)
Parameters
Type |
Name |
Description |
int[] |
colorValueVector |
|
TestColorValueChanged(int[])
Declaration
public void TestColorValueChanged(int[] colorValueVector)
Parameters
Type |
Name |
Description |
int[] |
colorValueVector |
|
TestFontValueChanged(string)
Declaration
public void TestFontValueChanged(string fontValue)
Parameters
Type |
Name |
Description |
string |
fontValue |
|
TestWidthValueChanged(string)
Declaration
public void TestWidthValueChanged(string widthValueString)
Parameters
Type |
Name |
Description |
string |
widthValueString |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink