Class Dock

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String assemblyFullName
      Fully assembly qualified name: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
      static java.lang.String assemblyShortName
      Assembly name: PresentationFramework
      static Dock Bottom  
      static java.lang.String className
      Qualified class name: System.Windows.Controls.Dock
      static org.mases.jcobridge.JCType classType
      The type managed from JCOBridge.
      static Dock Left  
      static Dock Right  
      static Dock Top  
      • Fields inherited from class org.mases.jcobridge.netreflection.NetObject

        Null
    • Constructor Summary

      Constructors 
      Constructor Description
      Dock()  
      Dock​(java.lang.Object instance)
      Internal constructor.
    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: PresentationFramework
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Windows.Controls.Dock
        See Also:
        Constant Field Values
      • classType

        public static org.mases.jcobridge.JCType classType
        The type managed from JCOBridge. See JCType
      • Left

        public static Dock Left
      • Top

        public static Dock Top
      • Right

        public static Dock Right
      • Bottom

        public static Dock Bottom
    • Constructor Detail

      • Dock

        public Dock​(java.lang.Object instance)
        Internal constructor. Use with caution
      • Dock

        public Dock()