Example #1
0
public static void @static(){
//XMLVM_BEGIN_WRAPPER[Compatlib.System.Windows.Media.Stretch: void <clinit>()]
    _fFill = new Stretch();
    _fFill.stretch = global::System.Windows.Media.Stretch.Fill;

    _fUniform = new Stretch();
    _fUniform.stretch = global::System.Windows.Media.Stretch.Uniform;
//XMLVM_END_WRAPPER[Compatlib.System.Windows.Media.Stretch: void <clinit>()]
}
Example #2
0
        public static void @static()
        {
//XMLVM_BEGIN_WRAPPER[Compatlib.System.Windows.Media.Stretch: void <clinit>()]
            _fFill         = new Stretch();
            _fFill.stretch = global::System.Windows.Media.Stretch.Fill;

            _fUniform         = new Stretch();
            _fUniform.stretch = global::System.Windows.Media.Stretch.Uniform;
//XMLVM_END_WRAPPER[Compatlib.System.Windows.Media.Stretch: void <clinit>()]
        }
Example #3
0
        public virtual void setStretch(global::Compatlib.System.Windows.Media.Stretch n1)
        {
//XMLVM_BEGIN_WRAPPER[Compatlib.System.Windows.Media.ImageBrush: void setStretch(Compatlib.System.Windows.Media.Stretch)]
            ((global::System.Windows.Media.ImageBrush)base.brush).Stretch = n1.stretch;
//XMLVM_END_WRAPPER[Compatlib.System.Windows.Media.ImageBrush: void setStretch(Compatlib.System.Windows.Media.Stretch)]
        }
Example #4
0
        public virtual void setStretch(global::Compatlib.System.Windows.Media.Stretch n1)
        {
//XMLVM_BEGIN_WRAPPER[Compatlib.System.Windows.Controls.Image: void setStretch(Compatlib.System.Windows.Media.Stretch)]
            ((global::System.Windows.Controls.Image)base.element).Stretch = n1.stretch;
//XMLVM_END_WRAPPER[Compatlib.System.Windows.Controls.Image: void setStretch(Compatlib.System.Windows.Media.Stretch)]
        }