Show / Hide Table of Contents

Class AppsDynamiteSharedBorderStyle

Represents the complete border style applied to widgets.

Inheritance
System.Object
AppsDynamiteSharedBorderStyle
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 AppsDynamiteSharedBorderStyle : 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 BORDER_TYPE_STROKE.

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

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