Class LineColorFontWidth
Inheritance
LineColorFontWidth
Assembly: NXOpenUI.dll
Syntax
public class LineColorFontWidth : UIBlock, IMessageSink
Constructors
LineColorFontWidth()
Declaration
protected LineColorFontWidth()
Properties
HideSubBlocksAsString
Declaration
public string HideSubBlocksAsString { get; set; }
Property Value
LabelString
Declaration
public string LabelString { get; set; }
Property Value
LayoutAsString
Declaration
public string LayoutAsString { get; set; }
Property Value
LineFontAvailableOptions
Declaration
public int LineFontAvailableOptions { get; set; }
Property Value
LineFontValueAsString
Declaration
public string LineFontValueAsString { get; set; }
Property Value
LineWidthShowDefault
Declaration
public bool LineWidthShowDefault { get; set; }
Property Value
LineWidthShowDefaultAsOriginal
Declaration
public bool LineWidthShowDefaultAsOriginal { get; set; }
Property Value
LineWidthShowNoChange
Declaration
public bool LineWidthShowNoChange { get; set; }
Property Value
LineWidthUseWideLines
Declaration
public bool LineWidthUseWideLines { get; set; }
Property Value
LineWidthValue
Declaration
public int LineWidthValue { get; set; }
Property Value
ShowLabel
Declaration
public bool ShowLabel { get; set; }
Property Value
Methods
GetColorValue()
Declaration
public int[] GetColorValue()
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 fontValueString)
Parameters
Type |
Name |
Description |
string |
fontValueString |
|
TestWidthValueChanged(int)
Declaration
public void TestWidthValueChanged(int widthValue)
Parameters
Type |
Name |
Description |
int |
widthValue |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink