Search Results for

    Show / Hide Table of Contents

    Class TextColorFontWidth

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    TextColorFontWidth
    Implements
    IMessageSink
    Inherited Members
    UIBlock.GetProperties()
    UIBlock.Focus()
    UIBlock.TestFocusChange()
    UIBlock.Enable
    UIBlock.Expanded
    UIBlock.Group
    UIBlock.Label
    UIBlock.Name
    UIBlock.Show
    UIBlock.Type
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public class TextColorFontWidth : UIBlock, IMessageSink

    Constructors

    TextColorFontWidth()

    Declaration
    protected TextColorFontWidth()

    Properties

    AvailableFontTypesAsString

    Declaration
    public string AvailableFontTypesAsString { get; set; }
    Property Value
    Type Description
    string

    FontValue

    Declaration
    public string FontValue { get; set; }
    Property Value
    Type Description
    string

    LayoutAsString

    Declaration
    public string LayoutAsString { get; set; }
    Property Value
    Type Description
    string

    StandardFontStyle

    Declaration
    public string StandardFontStyle { get; set; }
    Property Value
    Type Description
    string

    WidthValueAsString

    Declaration
    public string WidthValueAsString { get; set; }
    Property Value
    Type Description
    string

    Methods

    GetColorValue()

    Declaration
    public int[] GetColorValue()
    Returns
    Type Description
    int[]

    IsNxFont()

    Declaration
    public bool IsNxFont()
    Returns
    Type Description
    bool

    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
    In this article
    Back to top Generated by DocFX