BulletItem.BulletWidth Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

See Also

Reference

BulletItem Class

Microsoft.TeamFoundation.Controls.WPF Namespace