foregroundShadowVisible.set(FOREGROUND_SHADOW_VISIBLE);
}
}
public final BooleanProperty foregroundShadowVisibleProperty() {
if (null == foregroundShadowVisible) {
foregroundShadowVisible = new SimpleBooleanProperty(this, "foregroundShadowVisible", _foregroundShadowVisible);
}
return foregroundShadowVisible;
}