'Declaration <DescriptionAttribute("Type of binary overlay operator.")> <DefaultValueAttribute(Replace)> Public Property BinaryOperationType As OverlayBinaryOperationType
[Description("Type of binary overlay operator.")] [DefaultValue(Replace)] public OverlayBinaryOperationType BinaryOperationType { get; set; }
[Description("Type of binary overlay operator.")] [DefaultValue(Replace)] public: __property OverlayBinaryOperationType get_BinaryOperationType(); public: __property void set_BinaryOperationType(
OverlayBinaryOperationType value
);
[Description("Type of binary overlay operator.")] [DefaultValue(Replace)] public:
property OverlayBinaryOperationType BinaryOperationType { OverlayBinaryOperationType get(); void set(OverlayBinaryOperationType value); }
Property Value
Значение по умолчанию - OverlayBinaryOperationType.Replace.