Search Results for

    Show / Hide Table of Contents

    Class FrameBarPreferences

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    FrameBarPreferences
    Implements
    IMessageSink
    IGeneralViewPreferences
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Preferences
    Assembly: NXOpen.dll
    Syntax
    public class FrameBarPreferences : NXRemotableObject, IMessageSink, IGeneralViewPreferences

    Constructors

    FrameBarPreferences(GeneralViewPreferences)

    Declaration
    protected FrameBarPreferences(GeneralViewPreferences owner)
    Parameters
    Type Name Description
    GeneralViewPreferences owner

    Properties

    Horizontal

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

    HorizontalDistance

    Declaration
    public double HorizontalDistance { get; set; }
    Property Value
    Type Description
    double

    HorizontalPosition

    Declaration
    public BaseFrameBarBuilder.HorizontalPositionType HorizontalPosition { get; set; }
    Property Value
    Type Description
    BaseFrameBarBuilder.HorizontalPositionType

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Vertical

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

    VerticalDistance

    Declaration
    public double VerticalDistance { get; set; }
    Property Value
    Type Description
    double

    VerticalPosition

    Declaration
    public BaseFrameBarBuilder.VerticalPositionType VerticalPosition { get; set; }
    Property Value
    Type Description
    BaseFrameBarBuilder.VerticalPositionType

    Implements

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