TextBullet.BulletWidth Property
Get/Set the width of the bullet
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property BulletWidth As Double
public double BulletWidth { get; set; }
public:
property double BulletWidth {
double get ();
void set (double value);
}
member BulletWidth : float with get, set
function get BulletWidth () : double
function set BulletWidth (value : double)
Property Value
Type: System.Double
Returns Double.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.