_BusinessCardView.CardSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.