Share via


LayoutPath.Capacity Property

Gets or sets the maximum number of items displayed on the LayoutPath.

Namespace: Microsoft.Expression.Controls
Assembly: Microsoft.Expression.Controls (in microsoft.expression.controls.dll)

Syntax

'Declaration
<TypeConverterAttribute(GetType(LayoutPathCapacityConverter))> _
Public Property Capacity As Double
'Usage
Dim instance As LayoutPath
Dim value As Double

value = instance.Capacity

instance.Capacity = value
[TypeConverterAttribute(typeof(LayoutPathCapacityConverter))] 
public double Capacity { get; set; }
[TypeConverterAttribute(typeof(LayoutPathCapacityConverter))] 
public:
property double Capacity {
    double get ();
    void set (double value);
}
/** @property */
public double get_Capacity ()

/** @property */
public void set_Capacity (double value)
public function get Capacity () : double

public function set Capacity (value : double)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

LayoutPath Class
LayoutPath Members
Microsoft.Expression.Controls Namespace