日韩无码专区无码一级三级片|91人人爱网站中日韩无码电影|厨房大战丰满熟妇|AV高清无码在线免费观看|另类AV日韩少妇熟女|中文日本大黄一级黄色片|色情在线视频免费|亚洲成人特黄a片|黄片wwwav色图欧美|欧亚乱色一区二区三区

RELATEED CONSULTING
相關咨詢
選擇下列產(chǎn)品馬上在線溝通
服務時間:8:30-17:00
你可能遇到了下面的問題
關閉右側工具欄

新聞中心

這里有您想知道的互聯(lián)網(wǎng)營銷解決方案
WPF邊框不同形式的設置技巧

WPF開發(fā)工具為我們帶來了不一樣的編程環(huán)境。對于這樣一款新型的圖形界面處理工具,有許多地方值得我們?nèi)W習?,F(xiàn)在我們先來了解下WPF邊框相關設置方法。#t#

創(chuàng)新互聯(lián)公司專注于澠池網(wǎng)站建設服務及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗。 熱誠為您提供澠池營銷型網(wǎng)站建設,澠池網(wǎng)站制作、澠池網(wǎng)頁設計、澠池網(wǎng)站官網(wǎng)定制、小程序定制開發(fā)服務,打造澠池網(wǎng)絡公司原創(chuàng)品牌,更為您提供澠池網(wǎng)站排名全網(wǎng)營銷落地服務。

WPF邊框設置樣式代碼示例:

  1. < ResourceDictionary   
  2. xmlns="http://schemas.microsoft.
    com/winfx/2006/xaml/presentation"
     
  3. xmlns:x="http://schemas.microsoft.
    com/winfx/2006/xaml"
     
  4. > 
  5. < Style x:Key="RacePitBorderStyle" 
    TargetType="Border"> 
  6. < Style.Resources> 
  7. < LinearGradientBrush x:Key=
    "RacePitBackgroundBrush" StartPoint=
    "0.5,0" EndPoint="0.5,1"> 
  8. < GradientStop Color="#88000000" 
    Offset="0.1" /> 
  9. < GradientStop Color="#CC000000" 
    Offset="0.9" /> 
  10. < /LinearGradientBrush> 
  11. < LinearGradientBrush x:Key=
    "RacePitBorderBrush" StartPoint=
    "0.5,0" EndPoint="0.5,1"> 
  12. < GradientStop Color="#18000000" 
    Offset="0.1" /> 
  13. < GradientStop Color="#08000000" 
    Offset="0.9" /> 
  14. < /LinearGradientBrush> 
  15. < /Style.Resources> 
  16. < Setter Property="Background" 
    Value="{StaticResource RacePit
    BackgroundBrush}"
     /> 
  17. < Setter Property="BorderBrush" 
    Value="{StaticResource RacePit
    BorderBrush}"
     /> 
  18. < Setter Property="BorderThic
    kness"
     Value="1" /> 
  19. < Setter Property="CornerRadius" 
    Value="8" /> 
  20. < Setter Property="Margin" 
    Value="2,4" /> 
  21. < /Style> 
  22. < /ResourceDictionary> 

定義相應的WPF邊框樣式資源:

RacePitBackgroundBrush

RacePitBorderBrush

類型是WPF邊框,設置相應的屬性如下:

Background

BorderBrush

BorderThickness

CornerRadius

Margin


網(wǎng)頁標題:WPF邊框不同形式的設置技巧
網(wǎng)站URL:http://www.5511xx.com/article/dpphjed.html