[longomatch] Forward AspectFrame's alignment properties.
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Forward AspectFrame's alignment properties.
- Date: Tue, 31 Mar 2015 17:38:47 +0000 (UTC)
commit 2a206cd9c762157e0e839c6b95fd02611164963b
Author: Xavi Artigas <xartigas fluendo com>
Date: Tue Mar 31 12:23:43 2015 +0200
Forward AspectFrame's alignment properties.
LongoMatch.GUI.Multimedia/Gui/VideoWindow.cs | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI.Multimedia/Gui/VideoWindow.cs b/LongoMatch.GUI.Multimedia/Gui/VideoWindow.cs
index 872d74c..e345869 100644
--- a/LongoMatch.GUI.Multimedia/Gui/VideoWindow.cs
+++ b/LongoMatch.GUI.Multimedia/Gui/VideoWindow.cs
@@ -93,6 +93,18 @@ namespace LongoMatch.Gui
}
}
+ public float Xalign {
+ set {
+ frame.Xalign = value;
+ }
+ }
+
+ public float Yalign {
+ set {
+ frame.Yalign = value;
+ }
+ }
+
public bool Ready {
get;
set;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]