RelativeLayout.YConstraint="{ConstraintExpression Type=RelativeToView, ElementName=ButtonBox, Property=Height, Factor=0.722}"
RelativeLayout.WidthConstraint="{ConstraintExpression Type=RelativeToView, ElementName=ButtonBox, Property=Width, Factor=0.75}"
RelativeLayout.HeightConstraint="{ConstraintExpression Type=RelativeToView, ElementName=ButtonBox, Property=Height, Factor=0.166}"
- Opacity="0"
LineBreakMode="TailTruncation"
HorizontalTextAlignment="Start"
VerticalTextAlignment="Center"
//Animation.Commit(ThumbnailTitle, "FocusedAnimation", 16, 300);
#pragma warning disable CS4014
- ThumbnailTitle.FadeTo(0.8, 300);
+ //ThumbnailTitle.FadeTo(0.8, 300);
ThumnailDimLayer.FadeTo(0.0, 300);
#pragma warning restore CS4014
await View.ScaleTo(1.11, 300);
//Animation.Commit(ThumbnailTitle, "UnfocusedAnimation", 16, 300);
#pragma warning disable CS4014
- ThumbnailTitle.FadeTo(0.3, 300);
+ //ThumbnailTitle.FadeTo(0.3, 300);
ThumnailDimLayer.FadeTo(0.99, 300);
#pragma warning restore CS4014
await View.ScaleTo(1.0, 300);