BorderRadius Structure TIBCO Spotfire 7.6 API Reference
Represents border radius for a corner in a box.

Namespace: Spotfire.Dxp.Framework.Styles
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
[SerializableAttribute]
[PersistenceVersionAttribute(15, 0)]
public struct BorderRadius

The BorderRadius type exposes the following members.

Constructors

  NameDescription
Public methodBorderRadius(Int32)
Initializes a new instance of the BorderRadius struct. X and Y radius are the same.
Public methodBorderRadius(Int32, Int32)
Initializes a new instance of the BorderRadius struct.
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares two BorderRadius structures for equality.
Public operatorStatic memberInequality
Compares two BorderRadius structures for inequality.
Top
Fields

  NameDescription
Public fieldStatic memberZero
The zero border radius, that is, a corner that is not rounded at all.
Top
Properties

  NameDescription
Public propertyX
Gets the X radius.
Public propertyY
Gets the Y radius.
Top
Version Information

Supported in: 7.6, 7.5
See Also

Reference