Show / Hide Table of Contents

Class BorderStyle

Represents a complete border style that can be applied to widgets.

Inheritance
System.Object
BorderStyle
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class BorderStyle : IDirectResponseSchema

Properties

CornerRadius

The corner radius for the border.

Declaration
[JsonProperty("cornerRadius")]
public virtual int? CornerRadius { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

StrokeColor

The colors to use when the type is STROKE.

Declaration
[JsonProperty("strokeColor")]
public virtual string StrokeColor { get; set; }
Property Value
Type Description
System.String

Type

The border type.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top