Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the allocated width.
Namespace: Microsoft.Windows.Controls.Ribbon.Primitives
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property AllocatedStarWidth As Double
public double AllocatedStarWidth { get; set; }
public:
property double AllocatedStarWidth {
double get ();
void set (double value);
}
member AllocatedStarWidth : float with get, set
function get AllocatedStarWidth () : double
function set AllocatedStarWidth (value : double)
Property Value
Type: System.Double
The allocated width.
.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.