Class CornerRadius

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: PresentationFramework, Version=9.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.CornerRadius
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • CornerRadius

        public CornerRadius​(java.lang.Object instance)
                     throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • CornerRadius

        public CornerRadius()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • CornerRadius

        public CornerRadius​(double topLeft,
                            double topRight,
                            double bottomRight,
                            double bottomLeft)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • CornerRadius

        public CornerRadius​(double uniformRadius)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • Equals

        public boolean Equals​(CornerRadius cornerRadius)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getBottomLeft

        public double getBottomLeft()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setBottomLeft

        public void setBottomLeft​(double BottomLeft)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getBottomRight

        public double getBottomRight()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setBottomRight

        public void setBottomRight​(double BottomRight)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTopLeft

        public double getTopLeft()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setTopLeft

        public void setTopLeft​(double TopLeft)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTopRight

        public double getTopRight()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setTopRight

        public void setTopRight​(double TopRight)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable