ToolTipService.HasDropShadow 附加屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定工具提示是否顯示延伸陰影效果。
see GetHasDropShadow, and SetHasDropShadow
see GetHasDropShadow, and SetHasDropShadow
see GetHasDropShadow, and SetHasDropShadow
範例
下列範例示範如何設定 HasDropShadow 類別的 ToolTipService 附加屬性。
<Ellipse Height="25" Width="50"
Fill="Gray"
HorizontalAlignment="Left"
ToolTipService.InitialShowDelay="1000"
ToolTipService.ShowDuration="7000"
ToolTipService.BetweenShowDelay="2000"
ToolTipService.Placement="Right"
ToolTipService.PlacementRectangle="50,0,0,0"
ToolTipService.HorizontalOffset="10"
ToolTipService.VerticalOffset="20"
ToolTipService.HasDropShadow="false"
ToolTipService.ShowOnDisabled="true"
ToolTipService.IsEnabled="true"
ToolTipOpening="whenToolTipOpens"
ToolTipClosing="whenToolTipCloses"
>
<Ellipse.ToolTip>
<BulletDecorator>
<BulletDecorator.Bullet>
<Ellipse Height="10" Width="20" Fill="Blue"/>
</BulletDecorator.Bullet>
<TextBlock>Uses the ToolTipService class</TextBlock>
</BulletDecorator>
</Ellipse.ToolTip>
</Ellipse>
備註
工具提示控制項的預設樣式會新增陰影效果。 如果您未明確設定 HasDropShadow 屬性,屬性值會直到 false
第一次顯示工具提示為止。 顯示工具提示時會套用預設工具提示樣式,而樣式會將 HasDropShadow 屬性設定為 true
。
如果工具提示是 System.Windows.Controls.ToolTip 物件,而且 ToolTip.HasDropShadow 同時指定 屬性和 ToolTipService.HasDropShadow 屬性,則會使用 屬性的值 ToolTipService.HasDropShadow 。
如需如何在程式碼中取得或設定此屬性的資訊,請參閱 GetHasDropShadow 和 SetHasDropShadow 方法。
相依性屬性資訊
識別碼欄位 | HasDropShadowProperty |
設定為 的中繼資料屬性 true |
無 |