←Select platform

BorderColor Property (ImageViewerRubberBandInteractiveMode)

Summary

Gets or sets the interactive mode canvas border color.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public Color BorderColor {get; set;} 
Public Property BorderColor As Color 
public Color BorderColor {get; set;} 
iOS: 
@property (nonatomic, copy) UIColor *borderColor 
macOS: 
@property (nonatomic, copy) NSColor *borderColor 
public int getBorderColor() 
public void setBorderColor(int color) 
             
  
get_BorderColor(); 
set_BorderColor(value); 
Object.defineProperty('BorderColor');  

Property Value

The interactive mode canvas border color. The default value is black.

Example

For an example, refer to ImageViewerRubberBandInteractiveMode.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)