Rank: Newbie
Groups: Registered
Joined: 9/18/2021(UTC) Posts: 4 
|
Hello All,
I have the following xaml code that I am using to display live captions in vMix. I want to replace the <DropShadowEffect BlurRadius="10" /> with a property that will provide a black background color for the live captions.
I am hoping someone here can help.
<UserControl Width="1920" Height="1080" Panel.ZIndex="500" InputMethod.IsInputMethodEnabled="True" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:mtl="clr-namespace:vMixTitleLibrary;assembly=vMixTitleLibrary"> <Grid InputMethod.IsInputMethodEnabled="True"> <mtl:TextBlockDesign Fill="#FFFFFFFF" FontSize="70" TextAlignment="Center" Text="Captions will appear here. Go back to Web Captioner to finish setup." Name="WebCaptionerCaptions" Width="1728" Height="200" Margin="96,784,0,100" HorizontalAlignment="Left" VerticalAlignment="Bottom" Visibility="Visible" InputMethod.IsInputMethodEnabled="True"> <mtl:TextBlockDesign.Effect> <DropShadowEffect BlurRadius="10" /> </mtl:TextBlockDesign.Effect> </mtl:TextBlockDesign> </Grid> </UserControl>
Much appreciated!
Eric
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,351  Location: Belgium Thanks: 300 times Was thanked: 989 time(s) in 821 post(s)
|
Have you googled "xaml textblockdesign" ?
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 9/18/2021(UTC) Posts: 4 
|
I have, but have not had any luck in figuring this out and I have an event in a few days - of course. Eric
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,351  Location: Belgium Thanks: 300 times Was thanked: 989 time(s) in 821 post(s)
|
Originally Posted by: elleye  I have, but have not had any luck in figuring this out and I have an event in a few days - of course. Eric of course you have ;-) so you want a black background where the text will be is this correct? of course in a few days and of course you searched first find searchig for "xaml text with colored background" : https://stackoverflow.co...round-color-of-textblockand there are more
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close