Caliburn.Micro.View.SetApplyConventions C# (CSharp) Метод

SetApplyConventions() публичный статический Метод

Sets the convention application behavior.
public static SetApplyConventions ( global::Xamarin.Forms.BindableObject d, bool value ) : void
d global::Xamarin.Forms.BindableObject The element to attach the property to.
value bool Whether or not to apply conventions.
Результат void
        public static void SetApplyConventions(DependencyObject d, bool? value) {
            d.SetValue(ApplyConventionsProperty, value);
        }