FrameworkElement.ActualWidthProperty 屬性
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
識別 ActualWidth 相依性屬性。 請參閱<備註>。
public:
static property DependencyProperty ^ ActualWidthProperty { DependencyProperty ^ get(); };
static DependencyProperty ActualWidthProperty();
C#
public static DependencyProperty ActualWidthProperty { get; }
var dependencyProperty = FrameworkElement.actualWidthProperty;
Public Shared ReadOnly Property ActualWidthProperty As DependencyProperty
ActualWidth相依性屬性的識別碼。
備註
雖然它具有 ActualWidthProperty 支援欄位, 但 ActualWidth 不會引發屬性變更通知,而且應該視為一般 CLR 屬性,而不是相依性屬性。
產品 | 版本 |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |