English 中文(简体)
How to insert items inside a callout control in expression blend 4
原标题:

I need a idea in inserting images and hyper link buttons inside a callout control which is used in Microsoft Expression Blend 4.

Please help me any idea to sort out this issue.

thanks, Neon

最佳回答

No sweat, like this.

<ed:Callout AnchorPoint="0,1.5" CalloutStyle="Cloud" Fill="#FFF4F4F5" Stroke="Black" Width="150">
    <ed:Callout.Content>
        <StackPanel Margin="0,20,0,20">
            <TextBlock Text="blah"/>
            <TextBlock Text="blah"/>
            <TextBlock Text="blah"/>
            <TextBlock Text="blah"/>
                        <Button Content="blah"/>
        </StackPanel>
    </ed:Callout.Content>
</ed:Callout>

Cheers :)

问题回答

暂无回答




相关问题
.NET 4 SDK corrupted? with Silverlight 4 Tools install

I installed Silverlight 4 and now my C# projects that use some of the new .NET 4 classes like System.Threading.Parallel and System.Numerics.BigInteger don t appear to be present. Have tried ...

Silverlight - Dual Screens in Out of Browser Application

Is there any way to create a Silverlight "Out of Browser" Application that can have two windows each on it s own screen and have these two windows communicate? Apparently in Silverlight 4 you can "...

Streaming a webcam from Silverlight 4 (Beta)

The new webcam stuff in Silverlight 4 is darned cool. By exposing it as a brush, it allows scenarios that are way beyond anything that Flash has. At the same time, accessing the webcam locally seems ...

Why change from WPF to Silverlight 4?

I m working on an application we made WPF instead of Silverlight as we wanted a full blown desktop application with the whole unique feeling and advantages that gives. However, with the announcement ...

热门标签