logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
chunnian  
#1 Posted : Sunday, November 24, 2019 2:46:04 PM(UTC)
chunnian

Rank: Member

Groups: Registered
Joined: 3/26/2019(UTC)
Posts: 14
China
Location: 重庆

Thanks: 2 times
How to make the following subtitles with XAML?
#action=share
doggy  
#2 Posted : Sunday, November 24, 2019 8:38:33 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,057
Belgium
Location: Belgium

Thanks: 283 times
Was thanked: 916 time(s) in 755 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).
Users browsing this topic
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.