RingCentral .Net SDK
Properties | List of all members
RingCentral.BackgroundImage Class Reference

Specifies a background image oa a card. Acceptable formats are PNG, JPEG, and GIF More...

Properties

string type [get, set]
 Must be BackgroundImage Enum: BackgroundImage More...
 
string url [get, set]
 The URL/data URL of an image to be used as a background of a card. Acceptable formats are PNG, JPEG, and GIF Required Format: uri More...
 
string fillMode [get, set]
 Describes how the image should fill the area Enum: cover, repeatHorizontally, repeatVertically, repeat More...
 
string horizontalAlignment [get, set]
 Describes how the image should be aligned if it must be cropped or if using repeat fill mode Enum: left, center, right More...
 
string verticalAlignment [get, set]
 Describes how the image should be aligned if it must be cropped or if using repeat fill mode Enum: top, center, bottom More...
 

Detailed Description

Specifies a background image oa a card. Acceptable formats are PNG, JPEG, and GIF

Property Documentation

◆ fillMode

string RingCentral.BackgroundImage.fillMode
getset

Describes how the image should fill the area Enum: cover, repeatHorizontally, repeatVertically, repeat

◆ horizontalAlignment

string RingCentral.BackgroundImage.horizontalAlignment
getset

Describes how the image should be aligned if it must be cropped or if using repeat fill mode Enum: left, center, right

◆ type

string RingCentral.BackgroundImage.type
getset

◆ url

string RingCentral.BackgroundImage.url
getset

The URL/data URL of an image to be used as a background of a card. Acceptable formats are PNG, JPEG, and GIF Required Format: uri

◆ verticalAlignment

string RingCentral.BackgroundImage.verticalAlignment
getset

Describes how the image should be aligned if it must be cropped or if using repeat fill mode Enum: top, center, bottom


The documentation for this class was generated from the following file: