BorderRadius Structure

Spotfire 14.3 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: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
[SerializableAttribute]
[PersistenceVersionAttribute(15, 0)]
public struct BorderRadius : IEquatable<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
Properties

  NameDescription
Public propertyX
Gets the X radius.
Public propertyY
Gets the Y radius.
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(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
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEquatableBorderRadiusEquals
Indicates whether the current object is equal to another object of the same type.
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference