AreaFieldCornerRadius Structure

Structure that represents four floating-point values indicating the corner radii of the AreaField.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Structure AreaFieldCornerRadius
public struct AreaFieldCornerRadius
public value class AreaFieldCornerRadius
[<Sealed>]
type AreaFieldCornerRadius =  struct end
JScript supports the use of structures, but not the declaration of new ones.

The AreaFieldCornerRadius type exposes the following members.

Constructors

  Name Description
Public method AreaFieldCornerRadius(Single) Construct an AreaFieldCornerRadius with the given radius value. All four corner radii are initialized to this value.
Public method AreaFieldCornerRadius(Single, Single, Single, Single) Construct an AreaFieldCornerRadius with the given radius values.

Top

Properties

  Name Description
Public property NorthEastCornerRadius North East Corner Radius
Public property NorthWestCornerRadius North West Corner Radius
Public property SouthEastCornerRadius South East Corner Radius
Public property SouthWestCornerRadius South West Corner Radius

Top

Methods

  Name Description
Public method Equals Tests whether given object is an AreaFieldCornerRadius with the same radii. (Overrides ValueType.Equals(Object).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Gets the hash code for this AreaFieldCornerRadius structure. (Overrides ValueType.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)

Top

Operators

  Name Description
Public operatorStatic member Equality Tests whether two AreaFieldCornerRadius structures have equal radii.
Public operatorStatic member Inequality Tests whether two AreaFieldCornerRadius structures have different radii.

Top

Remarks

Structure that represents four floating-point values that indicate the corner radii of the AreaField.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Modeling.Diagrams Namespace