[longomatch] Forward AspectFrame's alignment properties.



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]