vMix Forums
»
General
»
Feature Requests
»
How to make the following subtitles with XAML?
Rank: Member
Groups: Registered
Joined: 3/26/2019(UTC) Posts: 14 Location: 重庆 Thanks: 2 times
|
How to make the following subtitles with XAML? #action=share
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,219 Location: Belgium Thanks: 293 times Was thanked: 955 time(s) in 790 post(s)
|
Blend for visual studio or manual: Quote: <TextBox HorizontalAlignment="Left" Height="30.427" Margin="108.099,832.77,0,0" TextWrapping="Wrap" Text="TextBox" VerticalAlignment="Top" FontSize="20" Background="#FFB91D1D" Foreground="#FFFDFDFD" Padding="5,0,6,0" />
<TextBox HorizontalAlignment="Left" Height="88.078" Margin="108.099,868.197,0,0" TextWrapping="Wrap" Text="TextBox" VerticalAlignment="Top" FontSize="60" Foreground="White" Padding="23,0,25,0" BorderBrush="#FF010206" BorderThickness="0" > <TextBox.Background> <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"> <LinearGradientBrush.RelativeTransform> <TransformGroup> <ScaleTransform CenterY="0.5" CenterX="0.5"/> <SkewTransform CenterY="0.5" CenterX="0.5"/> <RotateTransform Angle="-90" CenterY="0.5" CenterX="0.5"/> <TranslateTransform/> </TransformGroup> </LinearGradientBrush.RelativeTransform> <GradientStop Color="#FF0404FB" Offset="0"/> <GradientStop Color="#F900C1F9" Offset="1"/> </LinearGradientBrush> </TextBox.Background> </TextBox> xamltxt.JPG (23kb) downloaded 1 time(s).
|
|
|
|
vMix Forums
»
General
»
Feature Requests
»
How to make the following subtitles with XAML?
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