zoukankan      html  css  js  c++  java
  • xaml地址写法


    地址写法
    <!--<Image HorizontalAlignment="Center" VerticalAlignment="Center"
    Source="/XDS_SmartC_Client;component/Images/GIF/fileUpload.png"/>-->

    图片预览:UCImagePreview
    <local:UCImagePreview x:Name="imagePre" OcImage="{Binding OCImage}"/>
    OCImage类型:ObservableCollection<UploadImageModel> ocImages


    Gif 播放 GifImage
    <!--<MediaElement x:Name="gifEnclosure" Height="30" Width="100" LoadedBehavior="Play" Stretch="Uniform"
    Source=".ImagesGIFfileUpload.gif" MediaEnded="MediaElement_MediaEnded" />-->
    <!--<local:GifImage x:Name="gifEnclosure" GifPath="ImagesGIFfileUpload.gif" Height="30" Width="50"/>-->

  • 相关阅读:
    练习三
    练习四
    练习二
    软件生命周期
    练习一 第六题
    练习一 第五题
    练习一 第四题
    练习一 第三题
    练习一 第二题
    AngularJs模块
  • 原文地址:https://www.cnblogs.com/mamaxiaoling/p/11439082.html
Copyright © 2011-2022 走看看