Search Results for

    Show / Hide Table of Contents

    Class LineWidth

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

    Constructors

    LineWidth()

    Declaration
    protected LineWidth()

    Properties

    AllowDefaultWidth

    Declaration
    public bool AllowDefaultWidth { get; }
    Property Value
    Type Description
    bool

    AllowNoChangeWidth

    Declaration
    public bool AllowNoChangeWidth { get; }
    Property Value
    Type Description
    bool

    LabelVisibility

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

    LineWidthValue

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

    ShowDefaultAsOriginal

    Declaration
    public bool ShowDefaultAsOriginal { get; }
    Property Value
    Type Description
    bool

    Methods

    TestValueChanged(int)

    Declaration
    public void TestValueChanged(int widthValue)
    Parameters
    Type Name Description
    int widthValue

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX