_BusinessCardView.CardSize Property

Definition

Returns or sets an Integer (int in C#) value that represents the size, as a percentage, of an Electronic Business Card (EBC) in the view. Read/write.

public:
 property int CardSize { int get(); void set(int value); };
public int CardSize { get; set; }
Public Property CardSize As Integer

Property Value

Remarks

This property can be set to a value between 20 and 100. If this property is set to a value less than 20, the property is set to 20. If this property is set to a value greater than 100, the property is set to 100.

Applies to