Search Results for

    Show / Hide Table of Contents

    Class LineColorFontWidth

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    LineColorFontWidth
    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 LineColorFontWidth : UIBlock, IMessageSink

    Constructors

    LineColorFontWidth()

    Declaration
    protected LineColorFontWidth()

    Properties

    HideSubBlocksAsString

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

    LabelString

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

    LayoutAsString

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

    LineFontAvailableOptions

    Declaration
    public int LineFontAvailableOptions { get; set; }
    Property Value
    Type Description
    int

    LineFontValueAsString

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

    LineWidthShowDefault

    Declaration
    public bool LineWidthShowDefault { get; set; }
    Property Value
    Type Description
    bool

    LineWidthShowDefaultAsOriginal

    Declaration
    public bool LineWidthShowDefaultAsOriginal { get; set; }
    Property Value
    Type Description
    bool

    LineWidthShowNoChange

    Declaration
    public bool LineWidthShowNoChange { get; set; }
    Property Value
    Type Description
    bool

    LineWidthUseWideLines

    Declaration
    public bool LineWidthUseWideLines { get; set; }
    Property Value
    Type Description
    bool

    LineWidthValue

    Declaration
    public int LineWidthValue { get; set; }
    Property Value
    Type Description
    int

    ShowLabel

    Declaration
    public bool ShowLabel { get; set; }
    Property Value
    Type Description
    bool

    Methods

    GetColorValue()

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

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